Merge pull request #137382 from BenTheElder/no-rules

drop publishing rules from dependencies.yaml on release branch
This commit is contained in:
Kubernetes Prow Robot
2026-03-11 17:03:38 +05:30
committed by GitHub

View File

@@ -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.