Skip to content

Commit

Permalink
update minikube version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Jul 1, 2021
1 parent 769ea4b commit 1c37a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
./hack/verify-no-dirty-files.sh
wget -O- https://github.com/kubernetes/minikube/releases/download/v1.10.0/minikube-linux-amd64 > /tmp/bin/minikube
echo "9d34cb50bc39f80d39f92d1fb7cb23a271504b519f5e805574894d395ce3e7b3 /tmp/bin/minikube" | sha256sum -c -
wget -O- https://github.com/kubernetes/minikube/releases/download/v1.21.0/minikube-linux-amd64 > /tmp/bin/minikube
echo "5d423a00a24fdfbb95627a3fadbf58540fc4463be2338619257c529f93cf061b /tmp/bin/minikube" | sha256sum -c -
chmod +x /tmp/bin/minikube
minikube start --driver=docker
eval $(minikube docker-env --shell=bash)
Expand Down

0 comments on commit 1c37a75

Please sign in to comment.