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 fff7fc2 commit 69997f1Copy full SHA for 69997f1
.github/workflows/lint.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: go mod download
21
22
- name: Run golangci-lint
23
- uses: golangci/golangci-lint-action@d8648ac2edec95c7927c492e5cfb10276c5ea71d
+ uses: golangci/golangci-lint-action@b871b4f9de8b829c8d43b0e3bcdf9a8a3f141a3b
24
with:
25
version: v1.64.5
26
args: --timeout=5m --config= # Use default linter settings
0 commit comments