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, )