From 6eb609e38a6acc07fd9441f25855326f4fcf4f75 Mon Sep 17 00:00:00 2001 From: pavel <36902936+pavel-github@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:59:58 +0200 Subject: [PATCH] chore(tools): replace deprecated exportloopref linter - exportloopref -> copyloopvar. Since Go1.22 this linter is no longer relevant. --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 7c2734e..bdf8b1d 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,8 +1,8 @@ linters: disable-all: true enable: + - copyloopvar - durationcheck - - exportloopref - godot - gofmt - goimports