File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments