-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/pkgsite: retracted tags still show up as latest for flashbots/mev-boost-relay
#60336
Comments
flashbots/mev-boost-relay
Retractions are loaded from the latest tagged version of the module (necessarily ignoring retractions). In order to retract (Presumably you will also want |
Oh I see! Will try this. Would pkg.go.dev then fall back to using v0.24.0 as latest? |
I would expect so, yes. |
works, thanks! |
- versions can only retract lower or equal versions. so we're going to push a v1.0.1 tag that retracts itself and v1.0.0 see golang/go#60336 Co-authored-by: Nick Rohn <nrohn@vmware.com> Co-authored-by: Pablo Rodas <prodas@vmware.com>
- versions can only retract lower or equal versions. so we're going to push a v1.0.1 tag that retracts itself and v1.0.0 see golang/go#60336 Co-authored-by: Nick Rohn <nrohn@vmware.com> Co-authored-by: Pablo Rodas <prodas@vmware.com>
Thanks @metachris |
The repository https://github.com/flashbots/mev-boost-relay retracted the latest 5 tags and we published a new version v0.24.0
But the retracted tags still show up as "latest" on https://pkg.go.dev/github.com/flashbots/mev-boost-relay
Shouldn't v0.24.0 be used as latest tag now?
The text was updated successfully, but these errors were encountered: