From a41dd9dca6793d8eac02e87bdbcbf533562b87f2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 11 Jun 2026 20:07:52 +0000 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v2.12.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 1acdd6d5..fc354cd2 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -40,7 +40,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: v2.11.3 + version: v2.12.2 - name: Install GoReleaser uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: