mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 17:16:25 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
base.spec.ts | ||
base.ts | ||
common.ts | ||
goproxy-parser.spec.ts | ||
goproxy-parser.ts | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
releases-direct.spec.ts | ||
releases-direct.ts | ||
releases-goproxy.spec.ts | ||
releases-goproxy.ts | ||
types.ts |
This datasource will default to using the GOPROXY
settings https://proxy.golang.org,direct
if there is no value defined in environment variables.
To override this default and use a different proxy, simply configure GOPROXY
to an alternative setting in env.
To override this default and stop using any proxy at all, set GOPROXY
to the value direct
.