Skip to content

Commit fc6e28d

Browse files
committed
ci: use golangci-lint-action@v7 with v2.x linter
CI lint failed: action@v6 installed golangci-lint v1.64.8 (built with go1.24), which can't parse the repo's version:"2" config and refuses to run against the go 1.26.3 module directive. Bump to @v7 + pin v2.12.2 (the v2.x linter that passes locally). Tests were unaffected (all 3 OS pass); this is a CI-tooling fix only.
1 parent 70763ed commit fc6e28d

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
@@ -36,6 +36,6 @@ jobs:
3636
with:
3737
go-version: stable
3838
cache: true
39-
- uses: golangci/golangci-lint-action@v6
39+
- uses: golangci/golangci-lint-action@v7
4040
with:
41-
version: latest
41+
version: v2.12.2

0 commit comments

Comments
 (0)