Skip to content

Commit be28e5a

Browse files
author
Jay Conrod
committed
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 <[email protected]> Run-TryBot: Jay Conrod <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 928bda4 commit be28e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/mod_get_fallback.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ env GOPROXY=https://proxy.golang.org,direct
66
env GOSUMDB=off
77

88
go get -x -v -d golang.org/x/tools/cmd/goimports
9-
stderr '# get https://proxy.golang.org/golang.org/x/tools/@latest'
9+
stderr '# get https://proxy.golang.org/golang.org/x/tools/@v/list'
1010
! stderr '# get https://golang.org'

0 commit comments

Comments
 (0)