Skip to content

Commit

Permalink
feat: upgrade ci config version
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Feb 20, 2023
1 parent 6951bd1 commit cf6804f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
helm_version: [3.2.3]
helm_version: [3.11.1]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Helm 3.2.3
- name: Set up Helm 3.11.1
uses: azure/setup-helm@v1
with:
version: '3.2.3'
version: '3.11.1'

- 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
Expand Down

0 comments on commit cf6804f

Please sign in to comment.