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 70e3579 commit 4bed02aCopy full SHA for 4bed02a
.github/workflows/build-n-test.yml
@@ -58,8 +58,10 @@ jobs:
58
go-version: ^1.20.0
59
id: go
60
61
- - name: Lint
62
- run: make lint
+ - name: golangci-lint
+ uses: golangci/golangci-lint-action@v6
63
+ with:
64
+ version: v1.60
65
66
- name: Test
67
run: make test
.golangci.yml
@@ -6,7 +6,7 @@ linters-settings:
6
disabled-checks:
7
- exitAfterDefer
8
gofumpt:
9
- lang-version: "1.23"
+ lang-version: "1.18"
10
11
output:
12
format: colored-line-number
@@ -56,5 +56,3 @@ linters:
56
- goprintffuncname
57
- whitespace
- thelper
- disable:
- - goanalysis_metalinter
0 commit comments