We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbd4d7 commit 0fa334dCopy full SHA for 0fa334d
src/cmd/go/testdata/script/gotoolchain_issue66175.txt
@@ -1,5 +1,10 @@
1
env TESTGO_VERSION=go1.14
2
3
+# Clear the path so this test doesn't fail if the system running it\
4
+# has a binary named go1.21 or go1.22 on its path.
5
+[GOOS:plan9] env path=
6
+[!GOOS:plan9] env PATH=
7
+
8
# check for invalid toolchain in go.mod
9
go mod init m
10
go mod edit -go=1.14 -toolchain=go1.22
0 commit comments