We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b70651 commit 8bf4193Copy full SHA for 8bf4193
2 files changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: golangci/golangci-lint-action@v9
58
continue-on-error: true
59
with:
60
- version: latest
+ version: v2.11.4
61
# Use colored-line-number output. Excludes should be configured in .golangci.yml
62
args: run ./...
63
- name: Static vet
.golangci.yml
@@ -1,5 +1,6 @@
1
run:
2
timeout: 5m
3
+version: 1
4
5
linters:
6
enable:
0 commit comments