From 93583c01b1271128a622e97c347085b1e64fc2da Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 12 Sep 2020 16:25:02 +0200 Subject: [PATCH] helpers: Fetch modules for release binaries --- helpers/build-release-binaries/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/build-release-binaries/main.go b/helpers/build-release-binaries/main.go index aa3de8f90..d57608f40 100644 --- a/helpers/build-release-binaries/main.go +++ b/helpers/build-release-binaries/main.go @@ -110,7 +110,6 @@ func build(sourceDir, outputDir, goos, goarch string) (filename string) { c.Dir = sourceDir c.Env = append(os.Environ(), "CGO_ENABLED=0", - "GOPROXY=off", "GOOS="+goos, "GOARCH="+goarch, )