We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672d0de commit 1f2112aCopy full SHA for 1f2112a
.github/workflows/ci.yaml
@@ -22,6 +22,6 @@ jobs:
22
run: go test -v ./...
23
24
- name: golangci-lint
25
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
26
with:
27
- version: v1.59
+ version: v2.3
0 commit comments