From c82dfaee12a048594c79627d29d985c7bb991ffe Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 29 Nov 2024 19:18:45 +0000 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v1.62.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ 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 2001543..c7b4742 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -29,7 +29,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.61.0 + version: v1.62.2 - name: Install GoReleaser uses: goreleaser/goreleaser-action@v4 with: