We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64298eb commit 937f12cCopy full SHA for 937f12c
1 file changed
.github/workflows/golangci-lint.yml
@@ -19,6 +19,6 @@ jobs:
19
go-version: '1.21'
20
cache: false
21
- name: golangci-lint
22
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
23
with:
24
- version: v1.54
+ version: latest
0 commit comments