Remove deprecated GOPROXY in favor of GoBinaryEnvVars (#1759)

This commit is contained in:
Manu Gupta
2022-02-18 10:24:44 -08:00
committed by GitHub
parent 3a40029ec8
commit be203340be
5 changed files with 2 additions and 19 deletions
-8
View File
@@ -15,14 +15,6 @@ GoBinary = "go"
# Env override: GO_ENV
GoEnv = "development"
# GoProxy IS DEPRECATED and will be removed in v0.7.0: PLEASE USE GoBinaryEnvVars
# GoProxy specifies GOPROXY env for go list or mod download inside athens
# which can be configured totally same with GOPROXY of Go Command.
# Notes that the comma-separated GOPROXY (e.g. <proxy1>,<proxy2>,direct) is only available in Go 1.13 or higher,
# otherwise only single proxy URL can be set.
# Env override: GOPROXY
GoProxy = "direct"
# GoBinaryEnvVars are environment variables that you'd like
# to pass directly to the Go command that Athens runs under the
# hood. Athens primarily runs two Go commands: