Update go version to go1.8rc2 and fix the addon-manager changelog

This commit is contained in:
Lucas Käldström
2017-01-27 22:44:18 +02:00
parent 6789d4e637
commit 914824cc09
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ RUN export ETCD_VERSION=v3.0.14; \
&& 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.8rc1 \
ENV K8S_GOLANG_EDGE_VERSION=1.8rc2 \
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