-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] v1.5.2 checksum mismatch #927
Comments
I can't believe I observe this happening with the project I love... Dear maintainers, never remove tags. It's the second time you do this. |
Thanks for bringing this to my attention, I’ll discuss with the other maintainers. |
Thanks for pointing this out - coincidentally we just cut release https://github.com/gorilla/websocket/releases/tag/v1.5.3 which should be stable. |
It is recommended to add time to the pre-release version and retain it. If you delete the version directly, it will cause the |
Consider retracting v1.5.2 - https://go.dev/ref/mod#go-mod-file-retract |
Is there an existing issue for this?
Current Behavior
The module checksum for v1.5.2 in this repository does not match the checksum recorded in Go's checksum database.
Expected Behavior
No checksum mismatch.
Steps To Reproduce
Run the following commands to observe the security error:
Anything else?
https://go.dev/ref/mod#authenticating
The text was updated successfully, but these errors were encountered: