We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76042f2 commit 43cd502Copy full SHA for 43cd502
.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@v5
+ uses: golangci/golangci-lint-action@v6
40
with:
41
args: --timeout=3m12s
42
skip-go-installation: true
0 commit comments