mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-27 02:23:29 +00:00
Without a GOPROXY, go modules are fetched from their respective hosts, which increases the likelihood that any given host might be unavailable and break builds. Fixes #2036 Signed-off-by: Nolan Brubaker <brubakern@vmware.com>