From 61003ad140ac573f097fc06ca0a66e18c4774ad8 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 3 Mar 2026 14:29:37 -0800 Subject: [PATCH] drop publishing rules from dependencies.yaml on release branch we only use the rules in the master branch since we don't need rules.yaml, we don't have two places to match, so we can drop the golang version entirely from this file bump .go-version alone will be sufficient* on release branches after https://github.com/kubernetes/kubernetes/pull/136954 * ignoring e2e images like agnhost, which will require follow-up PRs ... --- build/dependencies.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index f048200f01d..5db5b3c4dab 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -114,15 +114,6 @@ dependencies: - path: cluster/images/etcd/Makefile match: 'GOLANG_VERSION := \d+.\d+(alpha|beta|rc)?\.?(\d+)?' - # Golang - # TODO: this should really be eliminated and controlled by .go-version - - name: "golang: upstream version" - version: 1.25.7 - refPaths: - - path: .go-version - - path: staging/publishing/rules.yaml - match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?' - # This should ideally be updated to match the golang version # but we can dynamically fetch go if the base image is out of date. # This allows us to ship go updates more quickly.