Skip to content

Commit 36f4a6b

Browse files
committed
OCPBUGS-34456: bump envtest binaries version
We are using 1.30 in CI/release [1], so let's try to match that for local dev. [1] openshift/kubernetes#1942
1 parent c8febae commit 36f4a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/build-cluster-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
TARGET_OS_ARCH=$(go env GOOS)_$(go env GOARCH)
66
CLUSTER_API_BIN_DIR="${PWD}/cluster-api/bin/${TARGET_OS_ARCH}"
77
CLUSTER_API_MIRROR_DIR="${PWD}/pkg/clusterapi/mirror/"
8-
ENVTEST_K8S_VERSION="1.28.0"
8+
ENVTEST_K8S_VERSION="1.30.0"
99
ENVTEST_ARCH=$(go env GOOS)-$(go env GOARCH)
1010

1111
copy_cluster_api_to_mirror() {

0 commit comments

Comments
 (0)