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
What version of Go are you using (
go version)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env)?go envOutputWhat did you do?
Download the file with command
curl -O [file url]What did you expect to see?
Same checksum as on the site:
9a58494e8da722c3aef248c9227b0e9c528c7318309827780f16220998180a0dWhat did you see instead?