Browse Source

Merge pull request #204 from squat/fix_e2e

Makefile: fix e2e tests
leonnicolas 4 năm trước cách đây
mục cha
commit
8c4cb7238c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -196,7 +196,7 @@ unit:
 test: lint unit e2e
 test: lint unit e2e
 
 
 $(KIND_BINARY):
 $(KIND_BINARY):
-	curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-$(ARCH)
+	curl -Lo $@ https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-$(ARCH)
 	chmod +x $@
 	chmod +x $@
 
 
 $(KUBECTL_BINARY):
 $(KUBECTL_BINARY):