Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Sep 20, 2023
1 parent 2d2fda0 commit 8ce91c3
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.10.0/minikube-linux-amd64 > /tmp/bin/minikube
chmod +x /tmp/bin/minikube
minikube start --driver=docker --kubernetes-version 1.16.0
minikube start --driver=docker --kubernetes-version 1.20.0
eval $(minikube docker-env --shell=bash)
# Ensure that there is no existing kapp installed
Expand Down

0 comments on commit 8ce91c3

Please sign in to comment.