From 795932d820b9e417184d2ca13a3a7184d3035f7f Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 4 Dec 2025 02:15:41 +0000 Subject: [PATCH 1/3] chore: deps: bump golangci-lint in GitHub Action to v2.7.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 925595c7..e07a9e05 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.7.0 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: From d998c8e0c870c695fa17a5c7313566a8ebaca3b0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 4 Dec 2025 15:29:05 +0000 Subject: [PATCH 2/3] chore: deps: bump golangci-lint in GitHub Action to v2.7.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 e07a9e05..8335dafa 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.7.0 + version: v2.7.1 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: From 4c587562b30c41cfac4b0aa848fa31c431989ee9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 7 Dec 2025 17:27:00 +0000 Subject: [PATCH 3/3] chore: deps: bump golangci-lint in GitHub Action to v2.7.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 8335dafa..b1ff8aae 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.7.1 + version: v2.7.2 - name: Install GoReleaser uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 with: