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 f04f444 commit f5713edCopy full SHA for f5713ed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: go mod tidy && git diff --exit-code go.mod go.sum
54
55
- name: Lint
56
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
57
with:
58
version: ${{ env.GOLANGCI_VERSION }}
59
0 commit comments