We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df61bc5 commit c85d4d5Copy full SHA for c85d4d5
.github/workflows/golangci-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
go-version-file: 'go.mod'
22
- name: golangci-lint
23
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v6.5.0
24
25
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
26
version: latest
@@ -30,7 +30,7 @@ jobs:
30
# working-directory: somedir
31
32
# Optional: golangci-lint command line arguments.
33
- args: --timeout=10m
+ # args: --timeout=10m
34
35
# Optional: show only new issues if it's a pull request. The default value is `false`.
36
# only-new-issues: true
0 commit comments