Skip to content

Commit 3ced1fd

Browse files
committed
Reeplace deprecated exportloopref linter
This linter is deprecated as of go 1.22, as we're on 1.22.7, we can safely replace this linter. golangci/golangci-lint#4916
1 parent 510071c commit 3ced1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ linters:
99
enable:
1010
- durationcheck
1111
- errcheck
12-
- exportloopref
12+
- copyloopvar
1313
- forcetypeassert
1414
- godot
1515
- gofmt

0 commit comments

Comments
 (0)