File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setup Go
21
21
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
22
22
with :
23
- go-version : 1.22 .x
23
+ go-version : 1.24 .x
24
24
- name : Tests
25
25
run : make test
26
26
- name : Send go coverage report
Original file line number Diff line number Diff line change 56
56
- name : Setup Go
57
57
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
58
58
with :
59
- go-version : 1.22 .x
59
+ go-version : 1.24 .x
60
60
- name : fmt
61
61
run : make fmt
62
62
- name : vet
90
90
- name : Setup Go
91
91
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
92
92
with :
93
- go-version : 1.22 .x
93
+ go-version : 1.24 .x
94
94
- name : run test
95
95
run : make test ENVTEST_K8S_VERSION=${{ matrix.kubernetes-version }}
96
96
@@ -108,7 +108,7 @@ jobs:
108
108
- name : Setup Go
109
109
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
110
110
with :
111
- go-version : 1.22 .x
111
+ go-version : 1.24 .x
112
112
- name : build
113
113
run : make build
114
114
- name : Check if working tree is dirty
@@ -153,7 +153,7 @@ jobs:
153
153
- name : Setup Go
154
154
uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
155
155
with :
156
- go-version : 1.22 .x
156
+ go-version : 1.24 .x
157
157
- name : Setup Kubernetes
158
158
uses : engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 # v0.5.0
159
159
with :
Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
26
26
with :
27
- go-version : ' 1.22 '
27
+ go-version : ' 1.24 '
28
28
- name : Docker Login
29
29
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
30
30
with :
You can’t perform that action at this time.
0 commit comments