-
Notifications
You must be signed in to change notification settings - Fork 517
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
Cut a new (v0.10.1) release because v0.10.0 has a bad checksum #512
Labels
Comments
@alecholmez WDYT? |
Sorry folks, been away for a bit, I'll fix this today I'm not sure how the release got messed up |
All please verify that the issue has been resolved. I've got a |
Yay! Thanks very much! Locally and in my CI, you are all good now. Thanks!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #467 you tagged a new release (it looks like twice, actually), so there was a different checksum associated with the tag for a short period of time. This caused GOSUMDB to immutably record the older (first) checksum. Any project that now transitively depends (even indirectly) on this library will not be able to successfully run
go mod verify
, even though that is considered a security best practice.It would be nice if you could just cut a new release called
v0.10.1
even if it points to the exact same commit:Or pick a different commit. 🤷
In the meantime, the workaround for downstream libraries and applications is this:
The text was updated successfully, but these errors were encountered: