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 54f2f79 commit 7a3b74fCopy full SHA for 7a3b74f
.github/workflows/lint.yaml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
go mod tidy && git diff --exit-code
39
- name: golangci-lint
40
- uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
41
with:
42
version: latest
43
args: --timeout 3m
0 commit comments