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 72cff3c commit 7bfe0abCopy full SHA for 7bfe0ab
.github/workflows/lint.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: go mod download
24
25
- name: Run golangci-lint
26
- uses: golangci/golangci-lint-action@b91d580160cdcb5498a14265c2b329fdc9d62f0a
+ uses: golangci/golangci-lint-action@9938e103f8065deff3f289d9e975270d5541b866
27
with:
28
version: v1.64.5
29
args: --timeout=5m --config= # Use default linter settings
0 commit comments