chore: bump k8s version in makefile (#758)

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
Spencer Smith 2019-06-22 00:47:55 -04:00 committed by Andrew Rynhard
parent ce1103d227
commit 26e14f08eb

View File

@ -204,11 +204,11 @@ talos: buildkitd
.PHONY: integration
integration:
@KUBERNETES_VERSION=v1.14.1 ./hack/test/integration.sh
@KUBERNETES_VERSION=v1.15.0 ./hack/test/integration.sh
.PHONY: e2e
e2e:
@KUBERNETES_VERSION=v1.14.1 ./hack/test/e2e.sh
@KUBERNETES_VERSION=v1.15.0 ./hack/test/e2e.sh
.PHONY: test
test: buildkitd