Skip to content

Commit ffcef48

Browse files
committed
[go1.15] Update to go1.15rc2
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 6733a9c commit ffcef48

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.15.0-rc.1-1
1+
v1.15.0-rc.2-1

build/dependencies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@ dependencies:
8383

8484
# Golang
8585
- name: "golang"
86-
version: 1.15.0-rc.1
86+
version: 1.15.0-rc.2
8787
refPaths:
8888
- path: build/build-image/cross/VERSION
8989
- path: build/root/WORKSPACE
9090
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-]+)*))?)"
9191

9292
- name: "golang: upstream container image"
93-
version: 1.15rc1
93+
version: 1.15rc2
9494
refPaths:
9595
- path: test/images/Makefile
96-
match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)\d+
96+
match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
9797

9898
- name: "k8s.gcr.io/kube-cross: dependents"
99-
version: v1.15.0-rc.1-1
99+
version: v1.15.0-rc.2-1
100100
refPaths:
101101
- path: build/build-image/cross/VERSION
102102
- path: test/images/sample-apiserver/Dockerfile

build/root/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repo_infra_configure(
2727
# TODO(go1.15): Uncomment once we've published a repo-infra release that supports go1.15
2828
#go_version = "1.15.0",
2929
# 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",
3131
minimum_bazel_version = "2.2.0",
3232
)
3333

test/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images
1616
GOARM ?= 7
1717
DOCKER_CERT_BASE_PATH ?=
1818
QEMUVERSION=v2.9.1
19-
GOLANG_VERSION=1.15rc1
19+
GOLANG_VERSION=1.15rc2
2020
export
2121

2222
ifndef WHAT

test/images/sample-apiserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
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
1717

1818
ENV GOPATH /go
1919
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin

0 commit comments

Comments
 (0)