-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
dl: add go1.2.2, go1.3.3 and go1.4.3 #45608
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Comments
toothrot
changed the title
dl: add go1.2.2, go1.3.3 and go1.4.3
x/dl: add go1.2.2, go1.3.3 and go1.4.3
Apr 19, 2021
toothrot
added
the
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
label
Apr 19, 2021
/cc @golang/release |
We can and should just replace SHA1 hashes with SHA256 hashes for older releases, instead. |
@FiloSottile, any news about adding SHA256 hashes for older releases? |
@perillo It's unlikely we'll have time for this while in the Go 1.17 freeze, but perhaps afterwards. |
dmitshur
changed the title
x/dl: add go1.2.2, go1.3.3 and go1.4.3
dl: add go1.2.2, go1.3.3 and go1.4.3
May 21, 2021
@dmitshur, well, it is not really an important change. Thanks for the reply. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
These versions don't have the SH256 checksum available, however the SHA1 checkum is listed on https://golang.org/dl, as an example https://golang.org/dl/#go1.4.3.
In order to support them, it is necessary to print a warning in case the SHA256 is not available, instead of terminating the program.
Here is an example of the warning from my CL (not yet submitted):
The text was updated successfully, but these errors were encountered: