cmd/go: go get go 1.13 cannot fetch vX.Y.Z if tag X.Y.Z is defined #32867
Labels
FrozenDueToAge
modules
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
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?
In an empty folder:
What did you expect to see?
the module been added to
go.mod
:Using
go version go1.12.6 darwin/amd64
it just works. I know it's odd to a repo to have both tags1.1.0
andv1.1.0
. Butfor no good reasonwe have in my company and as I was trying go 1.13 beta1 I run into this problemI created the repo
AndersonQ/go1_13_mod_test
to be able to reproduce it with a public repo.What did you see instead?
However if I use
1.1.0
(go1.13beta1 get github.com/AndersonQ/[email protected]
), it works adding the dependency with pseudo-versioncat go.mod
OutputThe text was updated successfully, but these errors were encountered: