Upgrade to go1.12.0

This commit is contained in:
Christoph Blecker
2019-02-28 14:10:08 -08:00
parent c103ba914e
commit f1d2fee259
4 changed files with 6 additions and 6 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.11.5
FROM golang:1.12.0
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.11.5-1
v1.12.0-1