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 c298216 commit d134f96Copy full SHA for d134f96
.github/workflows/lint.yml
@@ -31,7 +31,7 @@ jobs:
31
go-version: stable
32
33
- name: Lint Code
34
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
+ uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
35
with:
36
args: --timeout 10m0s
37
# Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
0 commit comments