@@ -116,13 +116,12 @@ dependencies:
116116
117117 # Golang
118118 - name : " golang: upstream version"
119- version : 1.23rc2
119+ version : 1.22.5
120120 refPaths :
121121 - path : .go-version
122122 - 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+)?'
126125 - path : test/images/Makefile
127126 match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
128127
@@ -131,17 +130,15 @@ dependencies:
131130 #
132131 # This entry is a stub of the major version to allow dependency checks to
133132 # 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]+)
142139
143140 - 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
145142 refPaths :
146143 - path : build/build-image/cross/VERSION
147144
@@ -179,15 +176,15 @@ dependencies:
179176 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-]+)*))?)
180177
181178 - name : " registry.k8s.io/distroless-iptables: dependents"
182- version : v0.6.1
179+ version : v0.5.6
183180 refPaths :
184181 - path : build/common.sh
185182 match : __default_distroless_iptables_version=
186183 - path : test/utils/image/manifest.go
187184 match : configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
188185
189186 - 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
191188 refPaths :
192189 - path : build/common.sh
193190 match : __default_go_runner_version=
0 commit comments