cmd/internal/moddeps: if GOROOT is symbol link output findGorootModules didn't find the well-known module "std" #64375
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
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?
GOROOT is symbol link
go test cmd/internal/moddeps
What did you expect to see?
test pass.
What did you see instead?
--- FAIL: TestAllDependencies (0.19s)
moddeps_test.go:49: findGorootModules didn't find the well-known module "std"
--- FAIL: TestDependencyVersionsConsistent (0.00s)
moddeps_test.go:358: findGorootModules didn't find the well-known module "std"
FAIL
FAIL cmd/internal/moddeps 1.630s
The text was updated successfully, but these errors were encountered: