golangci.yml: replace outdated linter

level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar."

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2024-08-27 08:30:09 +03:00
parent 6d4ebdcef3
commit 8925b42250

View file

@ -51,7 +51,7 @@ linters:
- decorder
- durationcheck
- errorlint
- exportloopref
- copyloopvar
- gofmt
- misspell
- predeclared