-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update go version and minikube versions
Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,22 +64,25 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes: [v1.20.1] | ||
kubernetes: [v1.25.16] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: Set up Go 1.16.5 | ||
uses: actions/setup-go@v2 | ||
- name: Set up Go 1.19.13 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.16.5 | ||
go-version: 1.19.13 | ||
|
||
- name: Setup Minikube-Kubernetes | ||
uses: manusa/actions-setup-minikube@v2.3.0 | ||
uses: medyagh/setup-minikube@latest | ||
with: | ||
minikube version: v1.16.0 | ||
kubernetes version: ${{ matrix.kubernetes }} | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
cache: false | ||
minikube-version: 1.31.1 | ||
driver: none | ||
kubernetes-version: ${{ matrix.kubernetes }} | ||
cni: calico | ||
start-args: '--install-addons=false' | ||
|
||
- name: Set tag | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -61,22 +61,25 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes: [v1.20.1] | ||
kubernetes: [v1.25.16] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: Set up Go 1.16 | ||
uses: actions/setup-go@v2 | ||
- name: Set up Go 1.19.13 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.16.5 | ||
go-version: 1.19.13 | ||
|
||
- name: Setup Minikube-Kubernetes | ||
uses: manusa/actions-setup-minikube@v2.3.0 | ||
uses: medyagh/setup-minikube@latest | ||
with: | ||
minikube version: v1.16.0 | ||
kubernetes version: ${{ matrix.kubernetes }} | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
cache: false | ||
minikube-version: 1.31.1 | ||
driver: none | ||
kubernetes-version: ${{ matrix.kubernetes }} | ||
cni: calico | ||
start-args: '--install-addons=false' | ||
|
||
- name: Set tag | ||
run: | | ||
|