From bc15e5a0daf4209e0af8d1f5a107d67462436040 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:06:11 +0200 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v1.58.1 (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 6113c37..602ff81 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.57.2 + version: v1.58.1 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5