cmd/go, proxy.golang.org: go install serving stale code from main branch #53226
Labels
FrozenDueToAge
proxy.golang.org
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?
Not sure. It's hard to reproduce once it's working again. I'd assume it's still a problem.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I tried locally running:
Shortly after publishing to
main
(maybe 3-5 minutes) because of a failure in CI.What did you expect to see?
I expected it to go out to Github, download the latest code from the main branch and install it.
What did you see instead?
I saw it succeed and serve stale code. This also appears to be what happened in CI too. I was able to trigger a refresh by running the following:
However, this isn't intuitive because bud is a public repository.
The core of this issue may be related to #42809, though when I tried
GONOSUMDB=* go install github.com/livebud/bud@main
, it still served stale code. Maybe because it was cached locally?The text was updated successfully, but these errors were encountered: