From fb211957d10a08e85def322aed1cca76a6325837 Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Mon, 23 Mar 2020 18:49:48 -0400 Subject: [PATCH] kube-cross: Update to go1.14.1 Signed-off-by: Stephen Augustus --- images/build/cross/Dockerfile | 2 +- images/build/cross/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/build/cross/Dockerfile b/images/build/cross/Dockerfile index daf96ed5665..cfd558803ee 100644 --- a/images/build/cross/Dockerfile +++ b/images/build/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.13.9 +FROM golang:1.14.1 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/images/build/cross/VERSION b/images/build/cross/VERSION index 83b672bbe4d..68705f3122b 100644 --- a/images/build/cross/VERSION +++ b/images/build/cross/VERSION @@ -1 +1 @@ -v1.13.9-2 +v1.14.1-1