diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2024-03-26 19:38:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 19:38:28 +0800 |
| commit | 30d161336e9b8f93d238d42c002aabcc2595c352 (patch) | |
| tree | 2f7e22959d5b7e39ce5b283b6e6402b75412ad7b | |
| parent | Merge pull request #5367 from luomengY/automated-cherry-pick-of-#5196-upstrea... (diff) | |
| parent | update setup-envtest version (diff) | |
| download | kubeedge-30d161336e9b8f93d238d42c002aabcc2595c352.tar.gz | |
Merge pull request #5488 from Shelley-BaoYue/automated-cherry-pick-of-#5485-upstream-release-1.15
Automated cherry pick of #5485: update setup-envtest version
| -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/ } |
