mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
Merge pull request #137382 from BenTheElder/no-rules
drop publishing rules from dependencies.yaml on release branch
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user