Update to go1.9.3

pull/6/head
Jeff Grafton 2018-01-29 17:44:28 -08:00
parent d9bc905577
commit c555a7f3c9
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.9.2
FROM golang:1.9.3
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@ -1 +1 @@
v1.9.2-1
v1.9.3-1

View File

@ -46,7 +46,7 @@ load("@io_bazel_rules_docker//docker:docker.bzl", "docker_repositories", "docker
go_rules_dependencies()
go_register_toolchains(
go_version = "1.9.2",
go_version = "1.9.3",
)
docker_repositories()

View File

@ -15,7 +15,7 @@
REGISTRY ?= gcr.io/kubernetes-e2e-test-images
GOARM=7
QEMUVERSION=v2.9.1
GOLANG_VERSION=1.9.2
GOLANG_VERSION=1.9.3
export
ifndef WHAT