-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: all.bash missing bootstrap message: Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4 instead of Go 1.17. #54301
Labels
Milestone
Comments
seankhliao
changed the title
cmd/go: missing bootstrap compiler message says: Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4 instead of Go 1.17.
build: all.bash missing bootstrap message: Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4 instead of Go 1.17.
Aug 5, 2022
seankhliao
added
the
NeedsFix
The path to resolution is known, but the work has not been done.
label
Aug 5, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 6, 2022
Change https://go.dev/cl/421834 mentions this issue: |
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 11, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 11, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 11, 2022
cuiweixie
added a commit
to cuiweixie/go
that referenced
this issue
Aug 11, 2022
Change https://go.dev/cl/423354 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
If I'm on a system without Go installed and I forget to set GOROOT_BOOTSTRAP before ./make.bash or ./all.bash, I see this:
With the recent changes to require Go 1.17 for the bootstrap, this error message should be updated.
The text was updated successfully, but these errors were encountered: