Skip to content

Commit

Permalink
Merge pull request #4550 from camilamacedo86/upate-common-sh-cr
Browse files Browse the repository at this point in the history
🌱 Update controller-runtime version used in the common.sh tests
  • Loading branch information
k8s-ci-robot authored Feb 9, 2025
2 parents 9abbd42 + 1b6c302 commit 60b62a4
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 @@ -127,7 +127,7 @@ function fetch_tools {
# compatibility with controller-runtime releases as of now. For more
# details on the quest for a more robust solution, refer to the issue
# raised in the controller-runtime repository: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.19
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
fi

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

0 comments on commit 60b62a4

Please sign in to comment.