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 2af9262 commit 769c7d9Copy full SHA for 769c7d9
.github/workflows/build.yml
@@ -28,10 +28,14 @@ jobs:
28
name: Lint
29
steps:
30
- uses: actions/checkout@v2
31
+ - name: Setup Go
32
+ uses: actions/setup-go@v5
33
+ with:
34
+ go-version-file: go.mod
35
- name: golangci-lint
- uses: golangci/golangci-lint-action@v2
36
+ uses: golangci/golangci-lint-action@v6
37
with:
- version: latest
38
+ version: v1.64.8
39
args: --timeout=5m
40
build:
41
runs-on: ubuntu-latest
.golangci.yaml
@@ -1,3 +1,3 @@
1
-run:
2
- skip-dirs:
+issues:
+ exclude-dirs:
3
- test/
0 commit comments