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 4659593 commit 11eec33Copy full SHA for 11eec33
.github/workflows/lint.yaml
@@ -32,7 +32,7 @@ jobs:
32
export PATH=$PATH:/home/runner/go/bin/
33
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v6.5.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
36
with:
37
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
38
version: v1.57
0 commit comments