Upgrade to go1.9

This commit is contained in:
Christoph Blecker
2017-08-25 16:14:28 -07:00
parent 8b1bdd8e8e
commit 5c026f6317
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.8.3
FROM golang:1.9.1
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.8.3-3
v1.9.1-1