cmd/go: Go 1.18.4 still complains "v1.x.y is not a tag" if the target (private?) module had been once downloaded before being tagged #53955
Labels
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes. I was able to reproduce from Docker image
golang:1.18.4
.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
On my host machine
ef2f664
, with tagv1.0.9
pointing to some earlier commit.)Inside Docker
foobar
module with its latest commit hashef2f664
.On my host machine
ef2f664
withv1.0.10
and push it to GitHub.Inside Docker
foobar
module with the tagv1.0.10
, and watch it fail.What did you expect to see?
No failure at step 7.
What did you see instead?
The tag did exist while
go
said otherwise.The text was updated successfully, but these errors were encountered: