mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/go: fix mod_list_update_nolatest on windows
Fixes #45456 Change-Id: I7d313d7fbe29813f2abb062b6feec43280c2d283 Reviewed-on: https://go-review.googlesource.com/c/go/+/308653 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Jay Conrod <jayconrod@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
parent
d67e739989
commit
5811605df9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
# but has no /@latest (410) because the go.mod at the tip of the default
|
# but has no /@latest (410) because the go.mod at the tip of the default
|
||||||
# branch has a different major version suffix.
|
# branch has a different major version suffix.
|
||||||
env testproxy=$GOPROXY
|
env testproxy=$GOPROXY
|
||||||
env GOPROXY=file://$WORK/proxy
|
env GOPROXY=file:///$WORK/proxy
|
||||||
env GOSUMDB=off
|
env GOSUMDB=off
|
||||||
|
|
||||||
# If the proxy does not return a list of versions (404/410)
|
# If the proxy does not return a list of versions (404/410)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue