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 3c76f00 commit 8167b36Copy full SHA for 8167b36
1 file changed
.github/workflows/golangci-lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
go-version-file: 'go.mod'
25
cache: false
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
+ uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
28
with:
29
version: ${{ env.GOLANG_CI_LINT_VERSION }}
30
args: --verbose --timeout 5m
0 commit comments