We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185d0db commit ecff299Copy full SHA for ecff299
.github/workflows/ci-tests.yml
@@ -127,12 +127,12 @@ jobs:
127
- run: go version
128
- run: go mod tidy
129
- name: golangci-lint
130
- uses: golangci/golangci-lint-action@v4 #v3
+ uses: golangci/golangci-lint-action@v6 #v3
131
with:
132
skip-pkg-cache: true
133
version: v2.11.2
134
args: -c .golangci.yml
135
- --timeout 5m --format=colored-line-number
+ --timeout 5m
136
only-new-issues: true
137
138
govulncheck:
0 commit comments