asdf-community / asdf-golang

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

Download site changed from dl.google.com to go.dev #120

Closed AdrienPensart closed 1 year ago

AdrienPensart commented 1 year ago

Hello!

since today, it seems that package downloads changed :

asdf install golang 1.20.0 Platform 'darwin' supported! URL: https://dl.google.com/go/go1.20.0.darwin-amd64.tar.gz returned status 404

asdf install golang 1.21.0 Platform 'linux' supported! URL: https://dl.google.com/go/go1.21.0.linux-amd64.tar.gz returned status 404

Google changed the download page to https://go.dev/dl I tried to update links but then checksums are not correct anymore.

AdrienPensart commented 1 year ago

Seems to be an issue with IPv6 and google. sorry.