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 9ce5122 commit e00db1dCopy full SHA for e00db1d
.github/workflows/tests.yaml
@@ -30,6 +30,8 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- uses: actions/setup-go@v3
33
+ with:
34
+ go-version: '1.20'
35
- uses: actions/checkout@v3
36
- name: golangci-lint
37
uses: golangci/golangci-lint-action@v3
.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