We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8ce2b commit 36665e3Copy full SHA for 36665e3
.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