From 26e14f08eb0f3574f87a5f9e90386e8c71cc5512 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Sat, 22 Jun 2019 00:47:55 -0400 Subject: [PATCH] chore: bump k8s version in makefile (#758) Signed-off-by: Spencer Smith --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9d5fec67d..342e98faa 100644 --- a/Makefile +++ b/Makefile @@ -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