-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1407 from zyyw/1.9.0-cp-upgrade-ci-config
feat: upgrade ci config version
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
k8s_version: [v1.22.0, v1.21.1, v1.20.7] | ||
k8s_version: [v1.25.3, v1.24.7, v1.23.13] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Create kind cluster | ||
uses: helm/[email protected] | ||
with: | ||
version: v0.11.1 | ||
version: v0.17.0 | ||
node_image: kindest/node:${{ matrix.k8s_version }} | ||
cluster_name: kind-cluster-${{ matrix.k8s_version }} | ||
config: test/integration/kind-cluster.yaml | ||
|
@@ -34,10 +34,10 @@ jobs: | |
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.3/deploy/static/provider/kind/deploy.yaml | ||
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=120s | ||
- name: Set up Go 1.13 | ||
- name: Set up Go 1.19 | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.13" | ||
go-version: "1.19" | ||
|
||
- name: Cache go mod | ||
uses: actions/cache@v2 | ||
|
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