Skip to content

Commit 57de24c

Browse files
authored
Test against Kubernetes 1.25.0 (#1482)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent bf1826c commit 57de24c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go 1.19
2323
uses: actions/setup-go@v1
2424
with:
25-
go-version: 1.18
25+
go-version: 1.19
2626
id: go
2727

2828
- name: Check out code into the Go module directory

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- id: set-matrix
6161
name: Generate test matrix
6262
run: |
63-
k8s=(v1.18.20 v1.20.15 v1.22.9 v1.24.0)
63+
k8s=(v1.18.20 v1.20.15 v1.22.15 v1.24.6 v1.25.2)
6464
6565
IFS=' '
6666
read -ra COMMENT <<< "${{ github.event.comment.body }}"
@@ -101,7 +101,7 @@ jobs:
101101
id: kind
102102
uses: engineerd/setup-kind@v0.5.0
103103
with:
104-
version: v0.14.0
104+
version: v0.16.0
105105
config: hack/kubernetes/kind.yaml
106106
image: kindest/node:${{ matrix.k8s }}
107107

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go 1.19
2020
uses: actions/setup-go@v1
2121
with:
22-
go-version: 1.18
22+
go-version: 1.19
2323
id: go
2424

2525
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)