mirror of
https://github.com/golang/go.git
synced 2025-11-10 05:31:03 +00:00
cmd/go: fix mod_get_fallback test
Fixes #43795 Change-Id: I3d791d0ac9ce0b523c78c649aaf5e339a7f63b76 Reviewed-on: https://go-review.googlesource.com/c/go/+/284797 Trust: Jay Conrod <jayconrod@google.com> Run-TryBot: Jay Conrod <jayconrod@google.com> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
928bda4f4a
commit
be28e5abc5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ env GOPROXY=https://proxy.golang.org,direct
|
|||
env GOSUMDB=off
|
||||
|
||||
go get -x -v -d golang.org/x/tools/cmd/goimports
|
||||
stderr '# get https://proxy.golang.org/golang.org/x/tools/@latest'
|
||||
stderr '# get https://proxy.golang.org/golang.org/x/tools/@v/list'
|
||||
! stderr '# get https://golang.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue