summaryrefslogtreecommitdiff
path: root/edge/test
diff options
context:
space:
mode:
authorgy95 <guoyao17@huawei.com>2021-11-05 15:24:11 +0800
committergy95 <guoyao17@huawei.com>2021-11-05 15:24:11 +0800
commit21a9a2375ebf136b9225969ff6cffce5c164e84b (patch)
tree3a58f4068f6c6bc5cb5bd051a517223bb551d1a6 /edge/test
parentMerge pull request #3260 from gy95/admit (diff)
downloadkubeedge-21a9a2375ebf136b9225969ff6cffce5c164e84b.tar.gz
replace go get with go install
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'edge/test')
-rwxr-xr-xedge/test/integration/scripts/execute.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/test/integration/scripts/execute.sh b/edge/test/integration/scripts/execute.sh
index f311d5fb2..186e6f697 100755
--- a/edge/test/integration/scripts/execute.sh
+++ b/edge/test/integration/scripts/execute.sh
@@ -30,7 +30,7 @@ function do_preparation() {
sudo mkdir -p /var/lib/kubeedge
which ginkgo &>/dev/null || {
- go get github.com/onsi/ginkgo/ginkgo
+ go install github.com/onsi/ginkgo/ginkgo@latest
sudo cp $GOPATH/bin/ginkgo /usr/bin/
}