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

v3.11.1 checksum mismatch #542

Closed
alecholmez opened this issue Feb 21, 2024 · 2 comments
Closed

v3.11.1 checksum mismatch #542

alecholmez opened this issue Feb 21, 2024 · 2 comments

Comments

@alecholmez
Copy link

Fetching v3.11.1 causes a checksum mismatch:

go: downloading github.com/emicklei/go-restful/v3 v3.11.1
verifying github.com/emicklei/go-restful/v3@v3.11.1: checksum mismatch
	downloaded: h1:PZ8lyY5omynnq9Y2BHKmNqkC3AnPMES2e2bg7slcfzw=
	go.sum:     h1:S+9bSbua1z3FgCnV0KKOSSZ3mDthb5NyEPL5gEpCvyk=

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.

For more information, see 'go help module-auth'.

I suspect it's because of the 2 tags pointed at the same commit. I was able to force a replace in go.mod to workaround but wanted to raise an issue for awareness:

replace http://github.com/emicklei/go-restful/v3 => http://github.com/emicklei/go-restful/v3 v3.11.2
@emicklei
Copy link
Owner

hi, thank you for reporting this. I will fix this

@emicklei
Copy link
Owner

the latest commit is now tagged with v3.11.3

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