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 1f494e8 commit fa85428Copy full SHA for fa85428
1 file changed
.github/workflows/build-artifacts.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Check if go.mod and go.sum are up-to-date
115
run: go mod tidy -diff
116
- name: Run golangci-lint
117
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v9
118
with:
119
version: v2.6.2 # Should match .pre-commit-config.yaml
120
args: --timeout=20m
0 commit comments