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 89cd2bf commit 4f17a74Copy full SHA for 4f17a74
.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@7b561e5ab6624d4582c82a4315e0d65ec7a6ad00
+ uses: golangci/golangci-lint-action@37d62ae433213da45128fd8921b10b86781db6c5
24
with:
25
version: v1.64.5
26
args: --timeout=5m --config= # Use default linter settings
0 commit comments