We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4003fbf + c459216 commit b15a3b1Copy full SHA for b15a3b1
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: go mod tidy && git diff --exit-code go.mod go.sum
45
46
- name: Lint
47
- uses: golangci/golangci-lint-action@v7
+ uses: golangci/golangci-lint-action@v9
48
with:
49
version: ${{ env.GOLANGCI_VERSION }}
50
0 commit comments