diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-10-17 21:42:41 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-10-17 21:42:41 +0800 |
| commit | 7ed7ff51eea194c8107f65594817a14cac70fd32 (patch) | |
| tree | 2d4c1f71c7524f30768229a8ed43ee9e13ab3c02 | |
| parent | Merge pull request #4977 from Shelley-BaoYue/automated-cherry-pick-of-#4702-u... (diff) | |
| download | kubeedge-7ed7ff51eea194c8107f65594817a14cac70fd32.tar.gz | |
update integration test tool version
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
| -rwxr-xr-x | cloud/test/integration/scripts/execute.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/test/integration/scripts/execute.sh b/cloud/test/integration/scripts/execute.sh index 813bc9852..b9bb13211 100755 --- a/cloud/test/integration/scripts/execute.sh +++ b/cloud/test/integration/scripts/execute.sh @@ -22,7 +22,7 @@ ENVTEST_BIN_DIR="" function do_preparation() { which setup-envtest &> /dev/null || { - go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest + go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20231013144025-0e9da2e3cab7 sudo cp $GOPATH/bin/setup-envtest /usr/bin/ } |
