x/build/cmd/relui: add best-effort updating of tagx:ignore'd dependencies #73264
Labels
Automation
Issues created by gopherbot or watchflakes automation.
Builders
x/build issues (builders, bots, dashboards)
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The monthly tagging workflow skips updating modules annotated with
tagx:ignore
. This was done out of necessity to break cycles in the module graph (CL 439136).This means those golang.org/x modules are left to be upgraded manually and may end up on fairly old versions.
It should be quite viable to add best-effort updating of these modules to at least their latest version available at the start of a given tagging workflow.
CC @golang/release.
The text was updated successfully, but these errors were encountered: