Skip to content

Commit

Permalink
Merge pull request #1703 from Nordix/bump/minikube-v1.33
Browse files Browse the repository at this point in the history
🌱 bump minikube to v1.33.0
  • Loading branch information
metal3-io-bot authored Apr 30, 2024
2 parents 1a289a4 + 4a0b37a commit 320a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/ensure_minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
USR_LOCAL_BIN="/usr/local/bin"
OS=$(go env GOOS)
ARCH=$(go env GOARCH)
MINIMUM_MINIKUBE_VERSION=v1.31.2
MINIMUM_MINIKUBE_VERSION=v1.33.0

verify_minikube_version() {
if ! [ -x "$(command -v minikube)" ]; then
Expand Down

0 comments on commit 320a2f6

Please sign in to comment.