Closed ryanschneider closed 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.
Oh n/m it's because it's 1.18 not 1.18.0 I missed that in the go.dev URL.
1.18
1.18.0
https://github.com/kennyp/asdf-golang/blob/cc8bc47d4877beed61e10815d46669e1eaaa0bbe/bin/download#L37
Looks like 1.18.0 is only on go.dev:
https://go.dev/dl/go1.18.darwin-arm64.tar.gz on the other hand exists.