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