We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac8ce2b + 36665e3 commit 574ad7eCopy full SHA for 574ad7e
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: go test ./...
37
38
- name: Run golangci-lint
39
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
40
with:
41
args: --timeout=3m12s
42
skip-go-installation: true
0 commit comments