We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5ec78 commit 040ec4bCopy full SHA for 040ec4b
.github/workflows/golangci-lint.yml
@@ -27,6 +27,6 @@ jobs:
27
- run: go mod download
28
- run: go build -v .
29
- name: Run Linters
30
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
31
with:
32
version: latest
0 commit comments