diff options
| author | gy95 <guoyao17@huawei.com> | 2021-08-12 10:02:38 +0800 |
|---|---|---|
| committer | gy95 <guoyao17@huawei.com> | 2021-08-12 16:04:50 +0800 |
| commit | 118ecbea39a3690017f56059f3685210e474f9b1 (patch) | |
| tree | 15331f5d677a482b255daa9a974c534b094db531 /hack | |
| parent | bump the kind from 0.9.0 to 0.11.0 (diff) | |
| download | kubeedge-118ecbea39a3690017f56059f3685210e474f9b1.tar.gz | |
modify according to the review comments
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/lib/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/lib/install.sh b/hack/lib/install.sh index 304e3c3fe..494d7bc0f 100755 --- a/hack/lib/install.sh +++ b/hack/lib/install.sh @@ -32,7 +32,7 @@ function check_kind { command -v kind >/dev/null 2>&1 if [[ $? -ne 0 ]]; then echo "installing kind ." - GO111MODULE="on" go get sigs.k8s.io/kind@v0.11.0 + GO111MODULE="on" go get sigs.k8s.io/kind@v0.11.1 if [[ $? -ne 0 ]]; then echo "kind installed failed, exiting." exit 1 |
