Skip to content

Commit e00db1d

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/setup-go@v3
33+
with:
34+
go-version: '1.20'
3335
- uses: actions/checkout@v3
3436
- name: golangci-lint
3537
uses: golangci/golangci-lint-action@v3

.golangci.yaml

Lines changed: 1 addition & 0 deletions
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)