File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- v1.15.0-rc.1 -1
1
+ v1.15.0-rc.2 -1
Original file line number Diff line number Diff line change @@ -83,20 +83,20 @@ dependencies:
83
83
84
84
# Golang
85
85
- name : " golang"
86
- version : 1.15.0-rc.1
86
+ version : 1.15.0-rc.2
87
87
refPaths :
88
88
- path : build/build-image/cross/VERSION
89
89
- path : build/root/WORKSPACE
90
90
match : (override_)?go_version = "((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)"
91
91
92
92
- name : " golang: upstream container image"
93
- version : 1.15rc1
93
+ version : 1.15rc2
94
94
refPaths :
95
95
- path : test/images/Makefile
96
- match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)\d+
96
+ match : GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.? \d+
97
97
98
98
- name : " k8s.gcr.io/kube-cross: dependents"
99
- version : v1.15.0-rc.1 -1
99
+ version : v1.15.0-rc.2 -1
100
100
refPaths :
101
101
- path : build/build-image/cross/VERSION
102
102
- path : test/images/sample-apiserver/Dockerfile
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repo_infra_configure(
27
27
# TODO(go1.15): Uncomment once we've published a repo-infra release that supports go1.15
28
28
#go_version = "1.15.0",
29
29
# TODO(go1.15): Comment out once we've published a repo-infra release that supports go1.15
30
- override_go_version = "1.15.0-rc.1 " ,
30
+ override_go_version = "1.15.0-rc.2 " ,
31
31
minimum_bazel_version = "2.2.0" ,
32
32
)
33
33
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
16
16
GOARM ?= 7
17
17
DOCKER_CERT_BASE_PATH ?=
18
18
QEMUVERSION =v2.9.1
19
- GOLANG_VERSION =1.15rc1
19
+ GOLANG_VERSION =1.15rc2
20
20
export
21
21
22
22
ifndef WHAT
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASEIMAGE
16
- FROM k8s.gcr.io/build-image/kube-cross:v1.15.0-rc.1 -1 as build_k8s_1_17_sample_apiserver
16
+ FROM k8s.gcr.io/build-image/kube-cross:v1.15.0-rc.2 -1 as build_k8s_1_17_sample_apiserver
17
17
18
18
ENV GOPATH /go
19
19
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
You can’t perform that action at this time.
0 commit comments