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 81434cb commit b1963adCopy full SHA for b1963ad
.github/workflows/golangci-lint.yml
@@ -29,9 +29,8 @@ jobs:
29
- name: golangci-lint
30
uses: golangci/golangci-lint-action@v3
31
with:
32
- version: v1.50.1 # current version at time of commit
33
- # Optional: golangci-lint command line arguments.
34
- # args: --issues-exit-code=0
+ version: v1.53.3 # current version at time of commit
+ args: --timeout 10m
35
only-new-issues: true
36
- name: go-test
37
run: go test ./...
0 commit comments