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.
2 parents d46ac2a + 68d908a commit f46e609Copy full SHA for f46e609
.github/workflows/golangci-lint.yml
@@ -27,5 +27,6 @@ jobs:
27
uses: golangci/golangci-lint-action@v3
28
with:
29
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
30
- version: v1.51.2 # current version at time of commit
+ version: v1.53.3 # current version at time of commit
31
args: --timeout 10m
32
+ only-new-issues: true
0 commit comments