-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump minikube and kubernetes versions
Signed-off-by: Ruben Vargas <[email protected]>
- Loading branch information
1 parent
281604e
commit 8e383b7
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,11 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.14.4' | ||
- name: "install pre-requisites" | ||
run: sudo apt-get install -y conntrack | ||
- uses: jpkrohling/[email protected] | ||
with: | ||
minikube-version: v1.5.2 | ||
minikube-version: v1.11.0 | ||
- uses: jpkrohling/[email protected] | ||
- uses: jpkrohling/[email protected] | ||
with: | ||
|