Skip to content
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

Make .sha256 checksum files available at https://golang.org/dl #41172

Closed
lazyhacker opened this issue Sep 2, 2020 · 2 comments
Closed

Make .sha256 checksum files available at https://golang.org/dl #41172

lazyhacker opened this issue Sep 2, 2020 · 2 comments

Comments

@lazyhacker
Copy link

lazyhacker commented Sep 2, 2020

What version of Go are you using (go version)?

1.15

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

N/A

What did you do?

Tried to download .sha256 checksum file from https://golang.org/dl (e.g. https://golang.org/dl/go1.15.1.linux-amd64.tar.gz.sha256).

What did you expect to see?

The checksum file is available to download.

What did you see instead?

File not found. Have to go to https://dl.google.com/go to download the file.

Since the binary can be downloaded from golang.org/dl (even if it is redirected to dl.google.com) it would be nice if the checksum is available for download along with the binary.

@rsc
Copy link
Contributor

rsc commented Sep 2, 2020

The checksums are available from https://golang.org/dl/?mode=json.
Maybe that's enough?

@lazyhacker
Copy link
Author

Thanks!

@golang golang locked and limited conversation to collaborators Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants