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

proxy.golang.org: Remove cached v1.x.x version for appconfiguration-go-sdk #49056

Closed
ibm-cloud-appconfiguration opened this issue Oct 19, 2021 · 3 comments
Labels
FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone

Comments

@ibm-cloud-appconfiguration
Copy link

Remove the v1.x.x of the appconfiguration-go-sdk module from proxy.golang.org.

URL of the package : github.com/IBM/appconfiguration-go-sdk.

These versions should not be public and has been removed from the repository. But it is still available in the go proxy.

$  go list -m --versions github.com/IBM/appconfiguration-go-sdk        
github.com/IBM/appconfiguration-go-sdk v0.0.1 v0.1.0 v0.1.1 v0.2.0 v0.2.1 v1.0.0 v1.0.1 v1.1.0 v1.1.1 v1.2.0

The following versions have to be removed - v1.0.0 v1.0.1 v1.1.0 v1.1.1 v1.2.0

@cherrymui
Copy link
Member

cc @katiehockman @heschi @hyangah

@cherrymui cherrymui added this to the Unreleased milestone Oct 19, 2021
@cherrymui cherrymui added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Oct 19, 2021
@heschi
Copy link
Contributor

heschi commented Oct 19, 2021

To avoid breaking builds, proxy.golang.org doesn't remove versions. Please use retractions instead: https://golang.org/ref/mod#go-mod-file-retract.

@cherrymui
Copy link
Member

Thanks @heschi . I think we can close this.

@golang golang locked and limited conversation to collaborators Oct 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

No branches or pull requests

4 participants