We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cba6b commit 3e8a31aCopy full SHA for 3e8a31a
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
go-version-file: go.mod
19
- run: make fmt-check
20
- run: make vet
21
- - uses: golangci/golangci-lint-action@v6
+ - uses: golangci/golangci-lint-action@v7
22
with:
23
- version: latest
+ version: v2.8.0
24
- run: make test
0 commit comments