Skip to content

Commit b481c8d

Browse files
committed
ci: use go-install and pin linter to v2.10.1 for Go 1.26 compatibility
1 parent 56bdb2f commit b481c8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Lint
2828
uses: golangci/golangci-lint-action@v6
2929
with:
30-
version: latest
30+
version: v2.10.1
31+
install-mode: go-install
3132
args: --config=.golangci.yml
3233
only-new-issues: false
3334

0 commit comments

Comments
 (0)