Skip to content

Commit b0ba8f0

Browse files
wy65701436wang yan
andauthored
bump k8s version matrix (#2238)
Signed-off-by: wang yan <[email protected]> Co-authored-by: wang yan <[email protected]>
1 parent 121e7e9 commit b0ba8f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/integration.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
k8s_version: [v1.31.1, v1.30.4, v1.29.8]
12+
k8s_version: [v1.34.0, v1.33.4, v1.32.8]
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Create kind cluster
18-
uses: helm/kind-action@v1.10.0
18+
uses: helm/kind-action@v1.12.0
1919
with:
20-
version: v0.24.0
20+
version: v0.30.0
2121
node_image: kindest/node:${{ matrix.k8s_version }}
2222
cluster_name: kind-cluster-${{ matrix.k8s_version }}
2323
config: test/integration/kind-cluster.yaml
2424

2525
- name: Install Nginx ingress controller
2626
run: |
27-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.11.2/deploy/static/provider/kind/deploy.yaml
27+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.13.2/deploy/static/provider/kind/deploy.yaml
2828
kubectl wait --namespace ingress-nginx --for=condition=ready pod --selector=app.kubernetes.io/component=controller --timeout=120s
2929
30-
- name: Set up Go 1.23
31-
uses: actions/setup-go@v5
30+
- name: Set up Go 1.24
31+
uses: actions/setup-go@v6
3232
with:
33-
go-version: "1.23"
33+
go-version: "1.24"
3434

3535
- name: Cache go mod
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)