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.
1 parent c8febae commit 36f4a6bCopy full SHA for 36f4a6b
hack/build-cluster-api.sh
@@ -5,7 +5,7 @@ set -e
5
TARGET_OS_ARCH=$(go env GOOS)_$(go env GOARCH)
6
CLUSTER_API_BIN_DIR="${PWD}/cluster-api/bin/${TARGET_OS_ARCH}"
7
CLUSTER_API_MIRROR_DIR="${PWD}/pkg/clusterapi/mirror/"
8
-ENVTEST_K8S_VERSION="1.28.0"
+ENVTEST_K8S_VERSION="1.30.0"
9
ENVTEST_ARCH=$(go env GOOS)-$(go env GOARCH)
10
11
copy_cluster_api_to_mirror() {
0 commit comments