From e26ac4e15d5c78c773feda7eb90cb772cc481c42 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Oct 2025 20:26:41 +0000 Subject: [PATCH 1/2] chore: deps: bump golangci-lint in GitHub Action to v2.6.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 2ed735f1..978dee19 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -30,7 +30,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.5.0 + version: v2.6.0 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: From cec8bac142b3f62a542afe3e85d21a4b9971a5a0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 4 Nov 2025 12:47:33 +0000 Subject: [PATCH 2/2] chore: deps: bump golangci-lint in GitHub Action to v2.6.1 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 978dee19..fb50e8af 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -30,7 +30,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.0 + version: v2.6.1 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: