Skip to content

Commit b25601e

Browse files
elucidsoftclaude
andcommitted
fix(ci): pin lint job to Go 1.24 to match golangci-lint compatibility
golangci-lint latest is built with Go 1.24 and fails on Go 1.26 stdlib. Pin the lint job's Go version to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 49e10d9 commit b25601e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: stable
39+
go-version: '1.24'
4040

4141
- uses: golangci/golangci-lint-action@v6
4242
with:

0 commit comments

Comments
 (0)