mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Remove deprecated GOPROXY in favor of GoBinaryEnvVars (#1759)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user