We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19b8bf commit 27b5ee5Copy full SHA for 27b5ee5
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: go mod tidy && git diff --exit-code go.mod go.sum
50
51
- name: Lint
52
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
53
with:
54
version: ${{ env.GOLANGCI_VERSION }}
55
0 commit comments