go/build: tests use a non-hermetic "go" binary #39198
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Tests run using the
go
command from the sameGOROOT
used to build thego/build
test.What did you see instead?
A test failure due to the
go
command not being present inPATH
.The text was updated successfully, but these errors were encountered: