Skip to content

Commit

Permalink
OCPBUGS-34456: bump envtest binaries version
Browse files Browse the repository at this point in the history
We are using 1.30 in CI/release [1], so let's try to match that for
local dev.

[1] openshift/kubernetes#1942
  • Loading branch information
r4f4 committed May 25, 2024
1 parent c8febae commit 36f4a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build-cluster-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
TARGET_OS_ARCH=$(go env GOOS)_$(go env GOARCH)
CLUSTER_API_BIN_DIR="${PWD}/cluster-api/bin/${TARGET_OS_ARCH}"
CLUSTER_API_MIRROR_DIR="${PWD}/pkg/clusterapi/mirror/"
ENVTEST_K8S_VERSION="1.28.0"
ENVTEST_K8S_VERSION="1.30.0"
ENVTEST_ARCH=$(go env GOOS)-$(go env GOARCH)

copy_cluster_api_to_mirror() {
Expand Down

0 comments on commit 36f4a6b

Please sign in to comment.