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.
2 parents 39b0afe + ca91beb commit dbafb74Copy full SHA for dbafb74
.github/workflows/golangci-lint.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
go-version: ${{ steps.vars.outputs.go_version }}
27
- name: golangci-lint
28
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # tag=v9.0.0
+ uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # tag=v9.1.0
29
30
working-directory: ${{matrix.working-directory}}
31
args: --timeout=5m
0 commit comments