Skip to content

Commit 361d3f6

Browse files
committed
Try fix ci lint
1 parent 9ce5122 commit 361d3f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-go@v3
3333
- uses: actions/checkout@v3
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v3
35+
uses: golangci/golangci-lint-action@v4
3636
with:
3737
version: v1.53
3838
# use config in .golangci.yaml to configure the action further

.golangci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ run:
33
allow-parallel-runners: true
44
timeout: 5m
55
go: '1.20'
6+
skip-dirs-use-default: false
67

78
linters:
89
enable:

0 commit comments

Comments
 (0)