Merge pull request #137643 from BenTheElder/no-rules-1.34

drop publishing rules from dependencies.yaml on release-1.34
This commit is contained in:
Kubernetes Prow Robot
2026-03-12 06:21:35 +05:30
committed by GitHub

View File

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