We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a88cd2 commit bbb07a9Copy full SHA for bbb07a9
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
matrix:
34
go: ["1.21", "stable"]
35
- lint: ["v1.61.0"]
+ lint: ["v1.64.8"]
36
name: lint
37
runs-on: ubuntu-latest
38
steps:
.golangci.yml
@@ -5,7 +5,7 @@ linters:
5
- bodyclose
6
- errcheck
7
- errorlint
8
- - exportloopref
+ - copyloopvar
9
- goimports
10
- goprintffuncname
11
- gosimple
@@ -18,7 +18,7 @@ linters:
18
- prealloc
19
- revive
20
- staticcheck
21
- - tenv
+ - usetesting
22
- typecheck
23
- unconvert
24
- unused
0 commit comments