From 87990decd246dc92050bff56aaf00be81c044576 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 11 Mar 2026 12:55:56 -0700 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 kubernetes#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 aeaea4d382c..1aa330c8f42 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -110,15 +110,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.24.13 - 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.