@@ -116,13 +116,12 @@ dependencies:
116
116
117
117
# Golang
118
118
- name : " golang: upstream version"
119
- version : 1.23rc2
119
+ version : 1.22.5
120
120
refPaths :
121
121
- path : .go-version
122
122
- path : build/build-image/cross/VERSION
123
- # TODO: remove this when whe have the go1.23 released and not the rc.
124
- # - path: staging/publishing/rules.yaml
125
- # match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
123
+ - path : staging/publishing/rules.yaml
124
+ match : ' default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
126
125
- path : test/images/Makefile
127
126
match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
128
127
@@ -131,17 +130,15 @@ dependencies:
131
130
#
132
131
# This entry is a stub of the major version to allow dependency checks to
133
132
# pass when building Kubernetes using a pre-release of Golang.
134
-
135
- # TODO: remove this when whe have the go1.23 released and not the rc.
136
- # - name: "golang: 1.<major>"
137
- # version: 1.22
138
- # refPaths:
139
- # - path: build/build-image/cross/VERSION
140
- # - path: hack/lib/golang.sh
141
- # match: minimum_go_version=go([0-9]+\.[0-9]+)
133
+ - name : " golang: 1.<major>"
134
+ version : 1.22
135
+ refPaths :
136
+ - path : build/build-image/cross/VERSION
137
+ - path : hack/lib/golang.sh
138
+ match : minimum_go_version=go([0-9]+\.[0-9]+)
142
139
143
140
- name : " registry.k8s.io/kube-cross: dependents"
144
- version : v1.31.0-go1.23rc2 -bullseye.0
141
+ version : v1.31.0-go1.22.5 -bullseye.0
145
142
refPaths :
146
143
- path : build/build-image/cross/VERSION
147
144
@@ -179,15 +176,15 @@ dependencies:
179
176
match : registry\.k8s\.io\/build-image\/debian-base:[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
180
177
181
178
- name : " registry.k8s.io/distroless-iptables: dependents"
182
- version : v0.6.1
179
+ version : v0.5.6
183
180
refPaths :
184
181
- path : build/common.sh
185
182
match : __default_distroless_iptables_version=
186
183
- path : test/utils/image/manifest.go
187
184
match : configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
188
185
189
186
- name : " registry.k8s.io/go-runner: dependents"
190
- version : v2.3.1-go1.23rc2 -bookworm.0
187
+ version : v2.3.1-go1.22.5 -bookworm.0
191
188
refPaths :
192
189
- path : build/common.sh
193
190
match : __default_go_runner_version=
0 commit comments