File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up Go 1.19
23
23
uses : actions/setup-go@v1
24
24
with :
25
- go-version : 1.18
25
+ go-version : 1.19
26
26
id : go
27
27
28
28
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 60
60
- id : set-matrix
61
61
name : Generate test matrix
62
62
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 )
64
64
65
65
IFS=' '
66
66
read -ra COMMENT <<< "${{ github.event.comment.body }}"
@@ -101,7 +101,7 @@ jobs:
101
101
id : kind
102
102
uses : engineerd/setup-kind@v0.5.0
103
103
with :
104
- version : v0.14 .0
104
+ version : v0.16 .0
105
105
config : hack/kubernetes/kind.yaml
106
106
image : kindest/node:${{ matrix.k8s }}
107
107
Original file line number Diff line number Diff line change 19
19
- name : Set up Go 1.19
20
20
uses : actions/setup-go@v1
21
21
with :
22
- go-version : 1.18
22
+ go-version : 1.19
23
23
id : go
24
24
25
25
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments