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 afd7d43 commit f477bbcCopy full SHA for f477bbc
.github/workflows/verify.yml
@@ -9,5 +9,5 @@ jobs:
9
- name: Run GolangCI-Lint
10
uses: golangci/golangci-lint-action@v3
11
with:
12
- version: v1.56.2
+ version: v1.58.2
13
args: --timeout=5m
.golangci.yml
@@ -1,3 +1,3 @@
1
-run:
2
- skip-dirs:
+issues:
+ exclude-dirs:
3
- examples/*.go
0 commit comments