diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2024-03-25 17:37:09 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2024-03-26 10:19:51 +0800 |
| commit | 199222d00b15d80a59e343fec977291dc7f74638 (patch) | |
| tree | 2f7e22959d5b7e39ce5b283b6e6402b75412ad7b | |
| parent | Merge pull request #5367 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff) | |
| download | kubeedge-199222d00b15d80a59e343fec977291dc7f74638.tar.gz | |
update setup-envtest 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..3d1b93d26 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@release-0.16 sudo cp $GOPATH/bin/setup-envtest /usr/bin/ } |
