-
Notifications
You must be signed in to change notification settings - Fork 16
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
Incorrect module version (v1.9.0) in https://proxy.golang.org/ #32
Comments
Thank you @joewreschnig for bringing this to our attention. It looks like we made a mistake with the release of v0.9.0. It was originally labeled as v1.9.0, accidentally. We removed the v1.9.0 release and tag and proceeded to build with the correct v0.9.0 version - but Go proxy still picked up v1.9.0. To fix the problem, I recommend we retract v1.9.0 to let the Go tool chain know it was a mistake and then move our version to v2.0.0 to keep in the clear. We currently support TCF 2, so it might be nice to have the go-gdpr version also match the TCF spec it supports. Thoughts? |
Using a I'm not familiar with the details of retraction but if it would let the module get back on the |
That's a very good point. We'll move past the bad version of 1.9.0 to version 1.10.0. Marking 1.9.0 as retracted will ensure the proxy no longer recommends it to anyone. We'll save the v2 moniker for upcoming larger / breaking changes. |
There's a version of this module in the default proxy which doesn't seem to be in the repository itself.
The associated checksums are:
And the contents appears to be the same as v0.9.0. It is the only such version in the proxy's version list.
This breaks
go get
, which will now only get this version and not v0.10.0 or any future versions unless explicitly asked.The text was updated successfully, but these errors were encountered: