Skip to content

Commit fa6f038

Browse files
committed
Replace 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 fa6f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
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)