From 47b0aee273e37a31e1cde19b96df1ff1898c7342 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Fri, 7 Apr 2017 14:51:18 -0400 Subject: [PATCH] Bump K8S_GOLANG_EDGE_VERSION to 1.8.1 --- build/build-image/cross/Dockerfile | 2 +- build/build-image/cross/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 15cc0d17397c7..d1497eff1a694 100644 --- a/build/build-image/cross/Dockerfile +++ b/build/build-image/cross/Dockerfile @@ -79,7 +79,7 @@ RUN export ETCD_VERSION=v3.0.17; \ && ln -s ../src/etcd/etcd-${ETCD_VERSION}-linux-amd64/etcd /usr/local/bin/ # TODO: Remove the need for two golang versions; when we use go1.8 for all other builds we can remove this -ENV K8S_GOLANG_EDGE_VERSION=1.8rc2 \ +ENV K8S_GOLANG_EDGE_VERSION=1.8.1 \ K8S_EDGE_GOROOT=/usr/local/go_k8s_edge RUN mkdir -p ${K8S_EDGE_GOROOT} \ && curl -sSL https://golang.org/dl/go${K8S_GOLANG_EDGE_VERSION}.linux-amd64.tar.gz | tar -xz -C ${K8S_EDGE_GOROOT} --strip-components=1 diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index 973429b693911..47d2c2b6f25fe 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.7.5-2 +v1.7.5-3