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 69527d8 commit f29b125Copy full SHA for f29b125
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
cache: false # The golangci-lint action does its own caching.
51
52
- name: Lint
53
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v9
54
with:
55
version: ${{ env.GOLANGCI_VERSION }}
56
0 commit comments