From 478250a6a5f3449ddee9c2e502b5c73aff472bd8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 9 Dec 2024 12:35:58 +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 6471ce5..6dcc1f7 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: