proxy.golang.org: proxy reporting unpublished version #46348
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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: