Skip to content

Commit bdfc039

Browse files
authored
Update pipeline_definitions to target go v1.23
1 parent 76f90d4 commit bdfc039

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.ci/pipeline_definitions

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ autoscaler:
3030
dockerfile: './cluster-autoscaler/Dockerfile'
3131
steps:
3232
test:
33-
image: 'golang:1.22.2'
33+
image: 'golang:1.23.2'
3434
check:
35-
image: 'golang:1.22.2'
35+
image: 'golang:1.23.2'
3636
build:
37-
image: 'golang:1.22.2'
37+
image: 'golang:1.23.2'
3838
output_dir: 'binary'
3939
jobs:
4040
head-update:
@@ -137,9 +137,9 @@ vertical-pod-autoscaler:
137137
dir: 'vertical-pod-autoscaler'
138138
steps:
139139
test:
140-
image: 'golang:1.22.2'
140+
image: 'golang:1.23.2'
141141
build:
142-
image: 'golang:1.22.2'
142+
image: 'golang:1.23.2'
143143
output_dir: 'binary'
144144
jobs:
145145
release:
@@ -167,4 +167,4 @@ vertical-pod-autoscaler:
167167
channel_cfgs:
168168
internal_scp_workspace:
169169
channel_name: 'C017KSLTF4H' # gardener-autoscaling
170-
slack_cfg_name: 'scp_workspace'
170+
slack_cfg_name: 'scp_workspace'

0 commit comments

Comments
 (0)