File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies:
100
100
match : go \d+.\d+
101
101
102
102
- name : " golang: after kubernetes/kubernetes update"
103
- version : 1.17.6
103
+ version : 1.17.7
104
104
refPaths :
105
105
- path : images/releng/k8s-ci-builder/Dockerfile
106
106
match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-\${OS_CODENAME} AS builder
@@ -181,7 +181,7 @@ dependencies:
181
181
match : REVISION:\ '\d+'
182
182
183
183
- name : " k8s.gcr.io/build-image/kube-cross: dependents bullseye"
184
- version : v1.24.0-go1.17.6 -bullseye.0
184
+ version : v1.24.0-go1.17.7 -bullseye.0
185
185
refPaths :
186
186
- path : images/k8s-cloud-builder/variants.yaml
187
187
match : " KUBE_CROSS_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ variants:
4
4
KUBE_CROSS_VERSION : ' v1.24.0-go1.18beta1-bullseye.0'
5
5
v1.24-cross1.17-bullseye :
6
6
CONFIG : ' cross1.17'
7
- KUBE_CROSS_VERSION : ' v1.24.0-go1.17.6 -bullseye.0'
7
+ KUBE_CROSS_VERSION : ' v1.24.0-go1.17.7 -bullseye.0'
8
8
v1.23-cross1.17-bullseye :
9
9
CONFIG : ' cross1.17'
10
10
KUBE_CROSS_VERSION : ' v1.23.0-go1.17.6-bullseye.0'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG OS_CODENAME
17
17
18
18
# The Golang version for the builder image should always be explicitly set to
19
19
# the Golang version of the kubernetes/kubernetes active development branch
20
- FROM golang:1.17.6 -${OS_CODENAME} AS builder
20
+ FROM golang:1.17.7 -${OS_CODENAME} AS builder
21
21
22
22
WORKDIR /go/src/k8s.io/release
23
23
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
24
24
TAG ?= $(shell git describe --tags --always --dirty)
25
25
26
26
# Build args
27
- GO_VERSION ?= 1.17.6
27
+ GO_VERSION ?= 1.17.7
28
28
OS_CODENAME ?= bullseye
29
29
IMAGE_ARG ?= $(IMAGE ) :$(TAG ) -$(CONFIG )
30
30
Original file line number Diff line number Diff line change 1
1
variants :
2
2
default :
3
3
CONFIG : default
4
- GO_VERSION : ' 1.17.6 '
4
+ GO_VERSION : ' 1.17.7 '
5
5
OS_CODENAME : ' bullseye'
6
6
next :
7
7
CONFIG : next
You can’t perform that action at this time.
0 commit comments