Skip to content

Commit e8aeea4

Browse files
committed
fix(ci): upgrade golangci-lint-action to v7 for Go 1.25 compatibility
golangci-lint-action v6 installs v1.x built with Go 1.24, which cannot lint a Go 1.25 module. v7 uses golangci-lint v2 built with Go 1.25+.
1 parent 68775fa commit e8aeea4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
cache: true
3737

3838
- name: Run golangci-lint
39-
uses: golangci/golangci-lint-action@v6
40-
with:
41-
version: latest
39+
uses: golangci/golangci-lint-action@v7
4240

4341
docs-check:
4442
name: Docs up to date

0 commit comments

Comments
 (0)