diff --git a/.golangci.yaml b/.golangci.yaml index 36cbeb3b..8eb22dda 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -255,7 +255,7 @@ linters: - ineffassign - misspell - nakedret - - exportloopref + - copyloopvar - staticcheck - typecheck - unconvert