Skip to content

Commit 60f2f61

Browse files
committed
add envtest 1.24.1 for k8s 1.24 tests
Signed-off-by: Bryce Palmer <[email protected]>
1 parent f19b01d commit 60f2f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function convert_to_tools_ver {
2626
"1.20"|"1.21") echo "1.19.2";;
2727
"1.22") echo "1.22.1";;
2828
"1.23") echo "1.23.3";;
29+
"1.24") echo "1.24.1";;
2930
*)
3031
echo "k8s version $k8s_ver not supported"
3132
exit 1

0 commit comments

Comments
 (0)