gvm: ERROR: Unrecognized Go version
I have installed gvm using:
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
After restarting my terminal I try to use:
gvm install go1.4
and get the following output:
Downloading Go source...
Updating Go source...
ERROR: Unrecognized Go version
GVM is v1.0.22. I have mercurial installed on my system as well as xcode dev-tools
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 17 (3 by maintainers)
Commits related to this issue
- Let's see whether the GVM issues when searching for a go version gets solved: https://github.com/moovweb/gvm/issues/160 — committed to v1v/hey-apm by v1v 5 years ago
Specifying the default version should help
gvm install go1.4.2 gvm use go1.4.2
it’s works for me
FYI, this just happened to me. After a little digging around I did
Then after tags were pulled in,
gvm install go1.9.3
worked.Not sure if this is still an issue but I plan on looking into it.
Still doesn’t work for me =/
I was testing this inside a debian container before comitting to install in my system…