Upgrade to go1.9

pull/6/head
Christoph Blecker 2017-08-25 16:14:28 -07:00
parent 8b1bdd8e8e
commit 5c026f6317
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
4 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -1 +1 @@
v1.8.3-3
v1.9.1-1

View File

@ -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()

View File

@ -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