Skip to content

Instantly share code, notes, and snippets.

@torian257x
Created July 4, 2023 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torian257x/86e6ffda057cc019cc972465841a79fa to your computer and use it in GitHub Desktop.
Save torian257x/86e6ffda057cc019cc972465841a79fa to your computer and use it in GitHub Desktop.
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