Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Mar 29, 2024
1 parent 011383c commit 713a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function fetch_tools {
if ! is_installed setup-envtest; then
header_text "Installing setup-envtest to $(go env GOPATH)/bin"

go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.17
fi

if [ -z "$SKIP_FETCH_TOOLS" ]; then
Expand Down

0 comments on commit 713a0b8

Please sign in to comment.