Skip to content

Commit 26949c9

Browse files
committed
🐛 fix retrieving kubebuilder-tools due to incorrect version
1 parent 9bc76a0 commit 26949c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-test-binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
k8s_version=1.32.0
5+
k8s_version=1.30.0
66
arch=$(go env GOARCH)
77
os=$(go env GOOS)
88

0 commit comments

Comments
 (0)