소스 검색

Merge pull request #204 from squat/fix_e2e

Makefile: fix e2e tests
leonnicolas 5 년 전
부모
커밋
8c4cb7238c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -196,7 +196,7 @@ unit:
 test: lint unit e2e
 
 $(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 $@
 
 $(KUBECTL_BINARY):