Skip to content

Commit 3e8a31a

Browse files
committed
fix(ci): use golangci-lint v2 for Go 1.25 compatibility
golangci-lint v1.64.8 was built with Go 1.24 and rejects go.mod targeting Go 1.25. Pin to v2.8.0 via action v7.
1 parent c9cba6b commit 3e8a31a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version-file: go.mod
1919
- run: make fmt-check
2020
- run: make vet
21-
- uses: golangci/golangci-lint-action@v6
21+
- uses: golangci/golangci-lint-action@v7
2222
with:
23-
version: latest
23+
version: v2.8.0
2424
- run: make test

0 commit comments

Comments
 (0)