Skip to content

Commit 0bec4fb

Browse files
tjp2021claude
andcommitted
fix: pin golangci-lint v2.4 for Go 1.25 compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c244472 commit 0bec4fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: "1.25"
17-
- uses: golangci/golangci-lint-action@v6
17+
- uses: golangci/golangci-lint-action@v7
1818
with:
19-
version: latest
19+
version: v2.4
2020

2121
test:
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)