We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1198812 commit faea370Copy full SHA for faea370
1 file changed
.github/workflows/go.yml
@@ -27,7 +27,7 @@ jobs:
27
run: make test
28
29
- name: Run golangci-lint
30
- uses: golangci/golangci-lint-action@v6.5.0
+ uses: golangci/golangci-lint-action@v6
31
with:
32
- version: v1.62.2
+ version: latest
33
skip-cache: true
0 commit comments