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 6c756fd commit d90d352Copy full SHA for d90d352
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
go mod tidy
33
git diff --exit-code || (echo 'Run go mod tidy locally and commit changes' && exit 1)
34
- name: Lint
35
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
36
with:
37
version: latest
38
args: --timeout=5m
0 commit comments