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

Checksum on sum.golang.org does not match #12

Closed
leucos opened this issue Nov 25, 2019 · 4 comments
Closed

Checksum on sum.golang.org does not match #12

leucos opened this issue Nov 25, 2019 · 4 comments

Comments

@leucos
Copy link

leucos commented Nov 25, 2019

It seems hash present on https://sum.golang.org/ does not match module:

go: finding github.com/nxadm/tail v1.4.1
go: downloading github.com/nxadm/tail v1.4.1
verifying github.com/nxadm/tail@v1.4.1: checksum mismatch
	downloaded: h1:Vw207joT1RO2/h2d+lr3BdpTt1LVvBX4sjdiK5Zitu4=
	go.sum:     h1:IvsH0xPk6Z+ORn/PoTiBbD2Ig7241sucVgFy4S/5nas=

SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

Was there any forced tag change ?

@nxadm
Copy link
Owner

nxadm commented Nov 25, 2019

I will fix it right away.

@nxadm
Copy link
Owner

nxadm commented Nov 25, 2019

@leucos, thank you for catching it. I was experimenting with travis and forced a tag (a bad idea). It should be fixed now.

@leucos
Copy link
Author

leucos commented Nov 26, 2019

$ go get -u github.com/nxadm/tail
go: finding github.com/nxadm/tail v1.4.4
go: downloading github.com/nxadm/tail v1.4.4
go: extracting github.com/nxadm/tail v1.4.4

Awesome, thanks !!

@leucos leucos closed this as completed Nov 26, 2019
@leucos
Copy link
Author

leucos commented Nov 26, 2019

And thank you for taking over tail and maintaining it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants