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

x/website: SHA256 Checksum incorrect in Ubuntu #42796

Closed
dmikester1 opened this issue Nov 24, 2020 · 5 comments
Closed

x/website: SHA256 Checksum incorrect in Ubuntu #42796

dmikester1 opened this issue Nov 24, 2020 · 5 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmikester1
Copy link

dmikester1 commented Nov 24, 2020

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

trying to download go1.15.5.linux-amd64

Does this issue reproduce with the latest release?

yes

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

go env Output
Ubuntu, 64 bit

What did you do?

Download the file with command curl -O [file url]

What did you expect to see?

Same checksum as on the site: 9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d

What did you see instead?

:~$ sha256sum go1.15.5.linux-amd64.tar.gz
2a862fbe29f35d8d24d68c8cf3f60c7cb0c3ac80a7875b8651e23c2fb5cb3d13  go1.15.5.linux-amd64.tar.gz
@gopherbot gopherbot added this to the Unreleased milestone Nov 24, 2020
@dmitshur
Copy link
Contributor

Thanks for reporting, we'll take a look.

CC @golang/release.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Nov 24, 2020
@seankhliao
Copy link
Member

you need to follow redirects, the contents of your download is:

<a href="https://dl.google.com/go/go1.15.5.linux-amd64.tar.gz">Found</a>.

@cagedmantis
Copy link
Contributor

I've downloaded Go fromhttps://golang.org/dl/go1.15.5.linux-amd64.tar.gz and have been unable to reproduce your results.

shasum -a 256 ./go1.15.5.linux-amd64.tar.gz
9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d  ./go1.15.5.linux-amd64.tar.gz
sha256sum ./go1.15.5.linux-amd64.tar.gz
9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0d  ./go1.15.5.linux-amd64.tar.gz

Where did you retrieve your file from?

@cagedmantis
Copy link
Contributor

I was able to reproduce your findings with @seankhliao comment. I'm going to close this issue since it is not an issue with the Go project. Please feel free to open it again if you believe otherwise.

@dmikester1
Copy link
Author

Yep, you were right @seankhliao ! Thanks for the quick replies!!

@golang golang locked and limited conversation to collaborators Nov 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

5 participants