gvm2
gvm2 copied to clipboard
Latest go version is unrecognized
I am not 100% clear on how git works with remotes, so I'll just tell you what I believe might be causing the issue.
The install script (gvm install go1.10.2
) fails because the latest version (1.10.2) isn't tagged in the git repository (~/.gvm/archive/go
). The original repository was cloned before this version existed. Using git pull
in that directory manually isn't adding the tag. Regardless of whether there is a fix, this should not be happening, because the versioning should not require manual input (should Just WerkTM).
I tested the git repository by cloning it somewhere else, and that showed up with 1.10.2 tagged.