-
Couldn't load subscription status.
- Fork 610
Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang #665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang #665
Conversation
…gleapis.com/golang
|
Consider using https://go.dev/dl/ itself and following the redirects. It's likely that https://dl.google.com/go/ will remain current for a long time, but if it ends up changing in the future, this will break and need updating again. So using https://go.dev/dl/ URLs and following where it redirects should be more future-proof. |
|
Makes sense to me! Just wasn’t sure which would be more stable—I could see an argument that go.dev is unstable too since they could move their download page to a different URL slug so I just chose one arbitrarily. Updated the PR to do go.dev/dl though! |
|
Thanks for doing that! From my perspective, changing download URLs from |
|
Oh, whoops, I assumed you were a maintainer. Thanks for the input! It would be great if this could be merged in rather urgently since this is failing lots of CI checks for us right now. |
Description:
storage.googleapis.com/golang no longer allows anonymous bucket access:
Fall back to downloading from dl.google.com/go, which is where https://go.dev/dl/ points to now.
Related issue:
Closes #664.
Check list: