Skip to content

Commit 87e31f2

Browse files
committed
ci: use golangci-lint-action v9 with go-install for v2 linter and Go 1.26
1 parent b481c8d commit 87e31f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# https://github.com/golangci/golangci-lint-action
2727
- name: Lint
28-
uses: golangci/golangci-lint-action@v6
28+
uses: golangci/golangci-lint-action@v9
2929
with:
3030
version: v2.10.1
3131
install-mode: go-install

0 commit comments

Comments
 (0)