Skip to content

Commit 260a84d

Browse files
committed
fix(ci): replace exportloopref with copyloopvar
1 parent 8b4b22b commit 260a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ linters:
7575
- misspell
7676
- nakedret
7777
- rowserrcheck
78-
- exportloopref
78+
- copyloopvar
7979
- staticcheck
8080
- stylecheck
8181
- typecheck

0 commit comments

Comments
 (0)