go/build: TestImportDirNotExist fails when running all.bash #36867
Labels
FrozenDueToAge
modules
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
OutputRunning on macOS Catalina 10.15.2
What did you do?
I follow contribution guide
What did you expect to see?
What did you see instead?
Possible cause
The issue seems to be caused by GO111MODULES turned on by default. If I set
GO111MODULES=off
in run.bash everything works fine.The text was updated successfully, but these errors were encountered: