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 b6ca9c5 commit 86b6ec4Copy full SHA for 86b6ec4
.github/workflows/lint.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
go mod tidy && git diff --exit-code
38
- name: golangci-lint
39
- uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
+ uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
40
with:
41
version: latest
42
args: --timeout 3m
0 commit comments