x/build: automate consequences of go.mod go directive maintenance #72774
Labels
Builders
x/build issues (builders, bots, dashboards)
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Recently, we started automating go.mod go directives for x/ repos (#69095).
However, some x/ repos have deployments that target a certain go version, which may be incompatible with the upgraded go.mod file.
Off the top of my head, at least:
I think the x/ repo automation should include updates to target deployment versions.
Where possible, we should parameterize these deployments, so that this automation doesn't require complicated edits.
CC @dmitshur @jba
The text was updated successfully, but these errors were encountered: