x/pkgsite: cannot refresh documentation locally #54479
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
This is the latest release.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
pkgsite -list=false
inside a local module.What did you expect to see?
The documentation changes reflected.
What did you see instead?
They were not.
It seems this behavior is because module information is cached but never updated. It seems it could be updated by appending
@master
or@main
, but this runs into #54478. Even if that were to work, I'm using a different dev branch (notmaster
ormain
), which is #41312.When run locally in a module, at least,
x/pkgsite
should update module information regularly, similar to gddo. (Which makes this related to #50229, but I see them as separate issues.)The text was updated successfully, but these errors were encountered: