Update dependencies to Kubernetes 1.11

This updates our dependencies to the Kubernetes 1.11 versions.
In the future, this will also allow us to support the external
metrics API.
This commit is contained in:
Solly Ross 2018-06-27 16:55:12 -04:00
parent 1e5cd68533
commit be018f76e3
10 changed files with 108 additions and 109 deletions

View file

@ -8,7 +8,7 @@ OUT_DIR?=./_output
VENDOR_DOCKERIZED=0
VERSION?=latest
GOIMAGE=golang:1.8
GOIMAGE=golang:1.10
ifeq ($(ARCH),amd64)
BASEIMAGE?=busybox
@ -24,7 +24,7 @@ ifeq ($(ARCH),ppc64le)
endif
ifeq ($(ARCH),s390x)
BASEIMAGE?=s390x/busybox
GOIMAGE=s390x/golang:1.8
GOIMAGE=s390x/golang:1.10
endif
.PHONY: all docker-build push-% push test verify-gofmt gofmt verify build-local-image