From 8cbecfbe9795bd42aad3752d6d5ca3428645a5da Mon Sep 17 00:00:00 2001 From: llcao Date: Thu, 9 May 2019 12:33:46 +0800 Subject: [PATCH] fix kind issue in CI. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8a4c987..e4200a71 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ git.dep: ${GOPATH}/src/istio.io/istio ${GOPATH}/src/istio.io/tools ${GOPATH}/bin/kind: echo ${GOPATH} mkdir -p ${TMPDIR} - go get -u sigs.k8s.io/kind + git clone https://github.com/kubernetes-sigs/kind ${GOPATH}/src/sigs.k8s.io/kind && cd ${GOPATH}/src/sigs.k8s.io/kind && git checkout v0.2.1 && go install . ${GOPATH}/bin/dep: go get -u github.com/golang/dep/cmd/dep