Skip to content

dl: add go1.2.2, go1.3.3 and go1.4.3 #45608

@perillo

Description

@perillo

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):

Warning: SHA256 Checksum not found: https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz.sha256: 404 Not Found
The SHA1 Checksum can be found on https://golang.org/dl/#go1.4.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions