andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
195 stars 24 forks source link

Unable to install Go 1.21.0 with gvm #64

Closed mikemadden42 closed 1 year ago

mikemadden42 commented 1 year ago

Go 1.21.0 was released earlier this week.

I'm having issues installing it with gvm.

$ sw_vers
ProductName:    macOS
ProductVersion: 12.6.8
BuildVersion:   21G725
$ gvm --version
v0.5.0
$ eval $(gvm 1.21.0)
gvm: error: unknown version 1.21

I'm having a similar issue on Ubuntu 22.04.3.

andrewkroh commented 1 year ago

Please upgrade to v0.5.1.

andrewkroh commented 1 year ago

Duplicates #61.