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 fdb05f1 commit 8dd86a6Copy full SHA for 8dd86a6
.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@37d62ae433213da45128fd8921b10b86781db6c5
+ uses: golangci/golangci-lint-action@d8648ac2edec95c7927c492e5cfb10276c5ea71d
24
with:
25
version: v1.64.5
26
args: --timeout=5m --config= # Use default linter settings
0 commit comments