Update to use go1.10.1

This commit is contained in:
Christoph Blecker
2018-03-30 15:26:18 -07:00
parent 3538676841
commit 9690d44fca
4 changed files with 6 additions and 7 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.3
FROM golang:1.10.1
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.9.3-2
v1.10.1-1