Skip to content

Commit 1b6c302

Browse files
Update controller-runtime version used in the common.sh tests
1 parent 9abbd42 commit 1b6c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function fetch_tools {
127127
# compatibility with controller-runtime releases as of now. For more
128128
# details on the quest for a more robust solution, refer to the issue
129129
# 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
130+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
131131
fi
132132

133133
if [ -z "$SKIP_FETCH_TOOLS" ]; then

0 commit comments

Comments
 (0)