You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
runtime.GOROOT() should always return /home/michael/sdk/go1.9rc2
What did you see instead?
runtime.GOROOT() returned /usr/local/go, which is set in ~/sdk/go1.9rc2/src/runtime/internal/sys/zversion.go
Issue #18136 mentions a build flag (having the tool compile Go on my machine seems like it should fix the issue), but I couldn’t find that — AFAICT, the go1.9rc2 command only supports the “download” flag.
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?What did you do?
What did you expect to see?
runtime.GOROOT()
should always return/home/michael/sdk/go1.9rc2
What did you see instead?
runtime.GOROOT()
returned/usr/local/go
, which is set in~/sdk/go1.9rc2/src/runtime/internal/sys/zversion.go
Issue #18136 mentions a build flag (having the tool compile Go on my machine seems like it should fix the issue), but I couldn’t find that — AFAICT, the go1.9rc2 command only supports the “download” flag.
cc @bradfitz
The text was updated successfully, but these errors were encountered: