diff options
| author | gy95 <guoyao17@huawei.com> | 2021-11-05 15:24:11 +0800 |
|---|---|---|
| committer | gy95 <guoyao17@huawei.com> | 2021-11-05 15:24:11 +0800 |
| commit | 21a9a2375ebf136b9225969ff6cffce5c164e84b (patch) | |
| tree | 3a58f4068f6c6bc5cb5bd051a517223bb551d1a6 /edge/test | |
| parent | Merge pull request #3260 from gy95/admit (diff) | |
| download | kubeedge-21a9a2375ebf136b9225969ff6cffce5c164e84b.tar.gz | |
replace go get with go install
Signed-off-by: gy95 <guoyao17@huawei.com>
Diffstat (limited to 'edge/test')
| -rwxr-xr-x | edge/test/integration/scripts/execute.sh | 2 |
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/ } |
