From e7b273ea42320e5863d801cc916506cfd201c259 Mon Sep 17 00:00:00 2001 From: Paul Scheduikat Date: Mon, 9 Jun 2025 04:53:05 +0200 Subject: [PATCH] rm GONOSUMDB fixes #950 --- main_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main_test.go b/main_test.go index 8898887..8587c3a 100644 --- a/main_test.go +++ b/main_test.go @@ -90,9 +90,6 @@ func TestScript(t *testing.T) { } env.Setenv("HOST_GOMODCACHE", strings.TrimSpace(string(out))) - // We use our own proxy, so avoid sum.golang.org. - env.Setenv("GONOSUMDB", "*") - // "go build" starts many short-lived Go processes, // such as asm, buildid, compile, and link. // They don't allocate huge amounts of memory,