Open xerebz opened 2 years ago
gvm install 1.19 should be synonymous with gvm install go1.19. Right now, it throws a ERROR: Unrecognized Go version. Would be a helpful quality of life fix. Having to supply the prefix go is pretty redundant..
gvm install 1.19
gvm install go1.19
ERROR: Unrecognized Go version
go
@xerebz kindly try this GO Version Manager: https://github.com/ankitcharolia/goenv
gvm install 1.19
should be synonymous withgvm install go1.19
. Right now, it throws aERROR: Unrecognized Go version
. Would be a helpful quality of life fix. Having to supply the prefixgo
is pretty redundant..