We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9abbd42 + 1b6c302 commit 60b62a4Copy full SHA for 60b62a4
test/common.sh
@@ -127,7 +127,7 @@ function fetch_tools {
127
# compatibility with controller-runtime releases as of now. For more
128
# details on the quest for a more robust solution, refer to the issue
129
# raised in the controller-runtime repository: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
130
- 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
131
fi
132
133
if [ -z "$SKIP_FETCH_TOOLS" ]; then
0 commit comments