From 08ceb5c7c5b894ea43563a3839401b5ac3359cac Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 5 Apr 2026 12:27:26 +0000 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v2.11.4 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 49cfa269..3ba2711a 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.11.4 - name: Install GoReleaser uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: