Skip to content

Commit 3b1740a

Browse files
dunglasclaude
andcommitted
ci: pin lint job to stable Go
Without go-version, setup-go defaulted to 1.24 in the lint job, which is below the go.mod 1.25.0 floor; with GOTOOLCHAIN=local preventing auto-upgrade, golangci-lint failed to load packages. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8466aac commit 3b1740a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/checkout@v6
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
22+
with:
23+
go-version: stable
2224
- name: Lint Go Code
2325
uses: golangci/golangci-lint-action@v9
2426

0 commit comments

Comments
 (0)