Skip to content

Commit 4f58c29

Browse files
committed
CI: bump golangci-lint-action to v8 for Go 1.26 support
The v6 action installs golangci-lint v1.64.8, which is built with Go 1.24 and refuses to load a go.mod targeting 1.26. v8 installs the v2 linter; drop --timeout since v2 removed the flag and the 1m default.
1 parent 0be4791 commit 4f58c29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
go-version: '1.26'
4040
cache: true
4141
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@v6
42+
uses: golangci/golangci-lint-action@v8
4343
with:
4444
version: latest
45-
args: --timeout=5m

0 commit comments

Comments
 (0)