diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 420fb569ee9..1b6170ba2af 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.9.1 +FROM golang:1.9.2 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index da72815c9cc..c67c6bbfd8c 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.9.1-1 +v1.9.2-1 diff --git a/test/images/Makefile b/test/images/Makefile index 8cca9205118..0140d3234cf 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.9.1 +GOLANG_VERSION=1.9.2 export ifndef WHAT