-
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
proxy.golang.org: proxy reporting unpublished version #46348
Comments
@knusbaum Is it a possibility that a The index.golang.org index suggests the index time for If that is the explanation for what happened, then module retraction may be helpful. |
@dmitshur Thanks for checking. We have a policy against pushing and then deleting tags (for obvious reasons), so this should not have happened, and the index time doesn't correspond to a likely time period we would have tagged something. Is there any solution besides pushing a tag for |
I posted a comment at DataDog/dd-trace-go#929 (comment) which contains more relevant information and may be helpful, have you already seen it? Another path for the Since we haven't been able to find evidence of a bug in proxy.golang.org behavior, I think we can close this issue, and issue DataDog/dd-trace-go#929 can be used for finding the optional resolution for that project. (The Go project doesn't use the issue tracker for questions, please see https://golang.org/wiki/Questions for a list of better places.) |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
When downloading the
gopkg.in/DataDog/dd-trace-go.v1@latest
, the proxy reports a versionv1.31.0
which was never published, resulting in build failures.Notice the
v1.31.0
in this list:With
GOPROXY=direct
, the correct latest versionv1.30.0
is displayed:What did you expect to see?
Versions for which no tag has ever existed should not appear on proxy.golang.org
What did you see instead?
A version of the library which was never tagged appeared in the proxy.
The text was updated successfully, but these errors were encountered: