-
Notifications
You must be signed in to change notification settings - Fork 544
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
Cannot install Go 1.4 #459
Comments
Did you find a fix? |
No, I went back to using homebrew for now and just manually changing versions if needed.
|
I found a workaround (on macos). Instead of doing the crazy bootstrapping chain, you can do this:
Note the latest go actually requires >= 1.20 to compile |
This works perfectly! Thanks! |
perfectly works!!! thank you |
TL;DR: Follow this suggest #425 (comment) by @Krueladin to resolve it. |
go.14 does not have ARM binary. |
@wannte Sorry, wrong version, try this:
|
I am struggling to figure out how to install Go on an ARM / Apple Silicon macbook.
Line 93 requires
go env
to be working which it isn't because there is no Go binary installed.So then I tried to install a Go 1.4 binary directly and that failed as well.
The text was updated successfully, but these errors were encountered: