Skip to content

Commit

Permalink
revert modification in env test
Browse files Browse the repository at this point in the history
  • Loading branch information
KunWuLuan committed Apr 12, 2024
1 parent e4f127c commit 1c63722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-envtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ version=$(cat ${SCRIPT_ROOT}/go.mod | grep 'k8s.io/kubernetes' | grep -v '=>' |

GOPATH=$(go env GOPATH)
TEMP_DIR=${TMPDIR-/tmp}
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
"${GOPATH}"/bin/setup-envtest use -p env "${version}" > "${TEMP_DIR}/setup-envtest"

0 comments on commit 1c63722

Please sign in to comment.