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 047264c commit 443adb9Copy full SHA for 443adb9
.github/workflows/golangci-lint.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: go mod tidy -v && git diff --exit-code
37
38
- name: golangci-lint
39
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
40
with:
41
version: latest
42
skip-cache: true
0 commit comments