From 9f132c3536583793bec1533c956c67c3f505dfb0 Mon Sep 17 00:00:00 2001 From: TresPies-source Date: Wed, 22 Apr 2026 19:05:33 -0500 Subject: [PATCH 1/2] ci: pin golangci-lint version for reproducibility Pins golangci-lint binary to v2.1.6 instead of `version: latest` to prevent silent CI breakage when GitHub's runner-cached "latest" bumps. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3e36f0..3512455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: - version: latest + version: v2.1.6 docker: runs-on: ubuntu-latest From f209d7d78a1916e8d33e31cc1e7bff67076ccf96 Mon Sep 17 00:00:00 2001 From: TresPies-source Date: Thu, 23 Apr 2026 04:12:40 -0500 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20bump=20golangci-lint-action=20v2.1.6?= =?UTF-8?q?=20=E2=86=92=20v2.11.4=20(Go=201.25.6=20compat)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3512455..a4126f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: - version: v2.1.6 + version: v2.11.4 docker: runs-on: ubuntu-latest