Created
July 4, 2023 14:59
-
-
Save torian257x/86e6ffda057cc019cc972465841a79fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This appears to be an issue with go1.4 on certain versions of macos: golang/go#17182 | |
I was able to get it to work by bootstrapping with go1.7.1 instead of 1.4: | |
gvm install go1.7.1 -B | |
gvm use go1.7.1 | |
export GOROOT_BOOTSTRAP=$GOROOT | |
I can then gvm install later versions of Go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment