From 5c026f6317e1351b069dc44b8870528b15802f3e Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Fri, 25 Aug 2017 16:14:28 -0700 Subject: [PATCH] Upgrade to go1.9 --- build/build-image/cross/Dockerfile | 2 +- build/build-image/cross/VERSION | 2 +- build/root/WORKSPACE | 2 +- test/images/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 15823fd176..420fb569ee 100644 --- a/build/build-image/cross/Dockerfile +++ b/build/build-image/cross/Dockerfile @@ -15,7 +15,7 @@ # This file creates a standard build environment for building cross # platform go binary for the architecture kubernetes cares about. -FROM golang:1.8.3 +FROM golang:1.9.1 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index e331872b28..da72815c9c 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.8.3-3 +v1.9.1-1 diff --git a/build/root/WORKSPACE b/build/root/WORKSPACE index b23a22294c..b08cbe4783 100644 --- a/build/root/WORKSPACE +++ b/build/root/WORKSPACE @@ -49,7 +49,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_repositories", "docker go_rules_dependencies() go_register_toolchains( - go_version = "1.8.3", + go_version = "1.9.1", ) docker_repositories() diff --git a/test/images/Makefile b/test/images/Makefile index 07b83c7999..8cca920511 100644 --- a/test/images/Makefile +++ b/test/images/Makefile @@ -15,7 +15,7 @@ REGISTRY ?= gcr.io/kubernetes-e2e-test-images GOARM=7 QEMUVERSION=v2.9.1 -GOLANG_VERSION=1.8.3 +GOLANG_VERSION=1.9.1 export ifndef WHAT