Skip to content

Commit bbb07a9

Browse files
ci: golangci-lint v1.61.0 => 1.64.8 (#24)
Updating golangci-lint and changing linters used accordingly
1 parent 5a88cd2 commit bbb07a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
go: ["1.21", "stable"]
35-
lint: ["v1.61.0"]
35+
lint: ["v1.64.8"]
3636
name: lint
3737
runs-on: ubuntu-latest
3838
steps:

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ linters:
55
- bodyclose
66
- errcheck
77
- errorlint
8-
- exportloopref
8+
- copyloopvar
99
- goimports
1010
- goprintffuncname
1111
- gosimple
@@ -18,7 +18,7 @@ linters:
1818
- prealloc
1919
- revive
2020
- staticcheck
21-
- tenv
21+
- usetesting
2222
- typecheck
2323
- unconvert
2424
- unused

0 commit comments

Comments
 (0)