From 5e7c68b623452c70de3caa377bace9e19a02b12b Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 10 Jan 2026 12:32:34 +0000 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v2.8.0 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 08d2e3b7..d85240b6 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.6.2 + version: v2.8.0 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: