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