From fa707ae0c3cf6b31f2f1bf6a1ed9ad2acfa0f1f6 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Tue, 18 Feb 2025 08:01:01 +0800 Subject: [PATCH] fix ci issue Signed-off-by: yxxhero --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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