We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce5122 commit 361d3f6Copy full SHA for 361d3f6
.github/workflows/tests.yaml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/setup-go@v3
33
- uses: actions/checkout@v3
34
- name: golangci-lint
35
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
36
with:
37
version: v1.53
38
# use config in .golangci.yaml to configure the action further
.golangci.yaml
@@ -3,6 +3,7 @@ run:
3
allow-parallel-runners: true
4
timeout: 5m
5
go: '1.20'
6
+ skip-dirs-use-default: false
7
8
linters:
9
enable:
0 commit comments