Skip to content

Commit f12f788

Browse files
ci(linter): Update golinter
1 parent 41e4c7c commit f12f788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
GO_VERSION: 1.24.8
10-
LINTER_VERSION: v1.64.8
10+
LINTER_VERSION: v2.0.0
1111
GOLINT_ARGS: -v --allow-parallel-runners --timeout=10m --disable errcheck
1212

1313
jobs:
@@ -27,7 +27,7 @@ jobs:
2727
go test -race -mod=readonly ./...
2828
2929
- name: Lint 🪥
30-
uses: golangci/golangci-lint-action@v6
30+
uses: golangci/golangci-lint-action@v8
3131
with:
3232
version: ${{ env.LINTER_VERSION }}
3333
working-directory: ./

0 commit comments

Comments
 (0)