asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
549 stars 92 forks source link

Go 1.18.0 is hosted on go.dev #75

Closed ryanschneider closed 2 years ago

ryanschneider commented 2 years ago

https://github.com/kennyp/asdf-golang/blob/cc8bc47d4877beed61e10815d46669e1eaaa0bbe/bin/download#L37

Looks like 1.18.0 is only on go.dev:

asdf install golang
mkdir: /Users/ryanschneider/.asdf/downloads/golang/1.18.0: File exists
Platform 'darwin' supported!
URL: https://dl.google.com/go/go1.18.0.darwin-arm64.tar.gz returned status 404

https://go.dev/dl/go1.18.darwin-arm64.tar.gz on the other hand exists.

ryanschneider commented 2 years ago

Oh n/m it's because it's 1.18 not 1.18.0 I missed that in the go.dev URL.