Skip to content

Commit 0ba437a

Browse files
authored
CI: update linter for the "push to master" flow (#728)
1 parent 1a805ec commit 0ba437a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
if [[ -n $(git status --porcelain) ]]; then echo "git repo is dirty after running go generate -- please don't modify generated files"; echo $(git diff);echo $(git status --porcelain); exit 1; fi
2929
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: v1.60
33+
version: v2.1.6
3434
args: -v --timeout=5m
3535

3636
test:

0 commit comments

Comments
 (0)