Skip to content

Commit ecff299

Browse files
- Version compatibility is matched
1 parent 185d0db commit ecff299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ jobs:
127127
- run: go version
128128
- run: go mod tidy
129129
- name: golangci-lint
130-
uses: golangci/golangci-lint-action@v4 #v3
130+
uses: golangci/golangci-lint-action@v6 #v3
131131
with:
132132
skip-pkg-cache: true
133133
version: v2.11.2
134134
args: -c .golangci.yml
135-
--timeout 5m --format=colored-line-number
135+
--timeout 5m
136136
only-new-issues: true
137137

138138
govulncheck:

0 commit comments

Comments
 (0)