We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef81ac commit aabcecdCopy full SHA for aabcecd
.github/workflows/go.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup golangci-lint
22
uses: golangci/golangci-lint-action@v3
23
with:
24
- version: v1.46.2
+ version: v1.50.1
25
args: --verbose
26
test:
27
strategy:
.golangci.yml
@@ -4,7 +4,6 @@ linters:
4
fast: false
5
enable:
6
- bodyclose
7
- - deadcode
8
- depguard
9
- dogsled
10
- dupl
@@ -27,15 +26,12 @@ linters:
- nakedret
28
- noctx
29
- nolintlint
30
- - rowserrcheck
31
- staticcheck
32
- - structcheck
33
- stylecheck
34
- typecheck
35
- unconvert
36
- unparam
37
- unused
38
- - varcheck
39
- whitespace
40
- gofumpt
41
0 commit comments