This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Does not include bumping the other quarks-* operators yet.
- Loading branch information
Mario Manno
authored and
Mario Manno
committed
May 5, 2021
1 parent
bf5b9b8
commit ae3a4ea
Showing
5 changed files
with
24 additions
and
35 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -86,13 +86,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -103,7 +103,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -113,7 +113,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
@@ -145,13 +145,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- uses: actions/checkout@v2 | ||
- uses: actions/cache@v1 | ||
with: | ||
|
@@ -162,7 +162,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -172,7 +172,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -76,7 +76,7 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -110,13 +110,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -131,7 +131,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -141,7 +141,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
@@ -167,13 +167,13 @@ jobs: | |
runs-on: ubuntu-16.04 | ||
strategy: | ||
matrix: | ||
kubernetes_version: [v1.14.10,v1.16.15,v1.18.8] | ||
kubernetes_version: [v1.16.15,v1.18.15,v1.20.2] | ||
|
||
steps: | ||
- name: Set up Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.15.1 | ||
go-version: 1.16.3 | ||
- name: Checkout forked repository | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -188,7 +188,7 @@ jobs: | |
- name: Install Go dependencies | ||
run: | | ||
sudo gem install bosh-template | ||
go install github.com/onsi/ginkgo/ginkgo | ||
go install github.com/onsi/ginkgo/ginkgo@v1.16.0 | ||
- name: Install shared tools | ||
run: | | ||
bin/tools | ||
|
@@ -198,7 +198,7 @@ jobs: | |
uses: engineerd/[email protected] | ||
with: | ||
config: .github/kind-config.yaml | ||
version: v0.9.0 | ||
version: v0.10.0 | ||
image: kindest/node:${{matrix.kubernetes_version}} | ||
|
||
- name: Run cluster tests | ||
|
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 |
---|---|---|
|
@@ -42,4 +42,4 @@ require ( | |
sigs.k8s.io/yaml v1.2.0 | ||
) | ||
|
||
go 1.15 | ||
go 1.16 |
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