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 d68d9c6 commit 3d33799Copy full SHA for 3d33799
.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