We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae96f3 commit 86b5333Copy full SHA for 86b5333
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
cache: false
32
33
- name: Run golangci-lint
34
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
35
with:
36
version: v1.54
37
args: >-
0 commit comments