We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d0bf2 commit 3539e7aCopy full SHA for 3539e7a
.github/workflows/codeql.yaml
.github/workflows/golangci-lint.yml
@@ -20,7 +20,8 @@ jobs:
20
uses: golangci/golangci-lint-action@v2
21
with:
22
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
23
- version: v1.43
+ version: v1.43.0
24
+ args: --timeout 3m0s
25
26
# Optional: working directory, useful for monorepos
27
# working-directory: somedir
0 commit comments