Skip to content

Commit 215ce2c

Browse files
Fix k8s version of kubebuilder tools (#1323)
Signed-off-by: Prajyot-Parab <[email protected]>
1 parent 79bffcc commit 215ce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_ext_bins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ -n "${TRACE}" ]]; then
2626
set -x
2727
fi
2828

29-
k8s_version=1.24.1
29+
k8s_version=1.27.1
3030
goarch=amd64
3131
goos="unknown"
3232

0 commit comments

Comments
 (0)