Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Sep 21, 2023
1 parent 54941da commit 1167426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gh-k8s-1.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
wget -O- https://github.com/kubernetes/minikube/releases/download/v1.31.0/minikube-linux-amd64 > /tmp/bin/minikube
chmod +x /tmp/bin/minikube
minikube start --driver=docker --kubernetes-version 1.20.0
minikube start --driver=docker --kubernetes-version 1.21.0
eval $(minikube docker-env --shell=bash)
# Ensure that there is no existing kapp installed
Expand Down

0 comments on commit 1167426

Please sign in to comment.