We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbcaad commit 3919c76Copy full SHA for 3919c76
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
# We could run 'make lint' but we prefer this action because it leaves
70
# 'annotations' (i.e. it comments on PRs to point out linter violations).
71
- name: Lint
72
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
73
with:
74
version: latest
75
args: --timeout 10m
0 commit comments