Skip to content

x/build/cmd/relui: add best-effort updating of tagx:ignore'd dependencies #73264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dmitshur opened this issue Apr 8, 2025 · 1 comment
Open
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

Comments

@dmitshur
Copy link
Member

dmitshur commented Apr 8, 2025

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.

@dmitshur dmitshur added Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. labels Apr 8, 2025
@dmitshur dmitshur added this to the Unreleased milestone Apr 8, 2025
@dmitshur dmitshur added the FeatureRequest Issues asking for a new feature that does not need a proposal. label Apr 8, 2025
@gabyhelp
Copy link

gabyhelp commented Apr 8, 2025

@gabyhelp gabyhelp added the Automation Issues created by gopherbot or watchflakes automation. label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
Status: No status
Development

No branches or pull requests

2 participants