From 32ca229fb74ae18fee4e7ca6e9ac4e7950767336 Mon Sep 17 00:00:00 2001 From: sky5454 Date: Tue, 31 Mar 2026 06:00:48 +0800 Subject: [PATCH] fix(ci): fix ci lint var copy err --- pkg/updater/updater_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/updater/updater_test.go b/pkg/updater/updater_test.go index d121f9f4e..af6c3ca5b 100644 --- a/pkg/updater/updater_test.go +++ b/pkg/updater/updater_test.go @@ -48,7 +48,6 @@ func TestDownloadAndExtractRelease_RealPlatforms(t *testing.T) { apiURL := GetProdReleaseAPIURL() for _, c := range combos { - c := c t.Run(c.platform+"_"+c.arch, func(t *testing.T) { // allow these subtests to run sequentially (network heavy) assetURL, err := findAssetURL(apiURL, c.platform, c.arch)