File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,22 @@ on: [push, pull_request]
22
22
concurrency :
23
23
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
24
24
cancel-in-progress : true
25
-
25
+
26
26
jobs :
27
27
build :
28
28
runs-on : ubuntu-22.04
29
-
29
+
30
30
steps :
31
- - uses : actions/checkout@v3
32
-
33
- - name : Set up Go
34
- uses : actions/setup-go@v3
35
- with :
36
- go-version : 1.19 .x
37
-
38
- - name : Build
39
- run : |
40
- make build
41
-
42
- - name : Test
43
- run : make test
31
+ - uses : actions/checkout@v3
32
+
33
+ - name : Set up Go
34
+ uses : actions/setup-go@v3
35
+ with :
36
+ go-version : 1.21 .x
37
+
38
+ - name : Build
39
+ run : |
40
+ make build
41
+
42
+ - name : Test
43
+ run : make test
Original file line number Diff line number Diff line change 34
34
- name : Set up Go
35
35
uses : actions/setup-go@v3
36
36
with :
37
- go-version : 1.19 .x
37
+ go-version : 1.21 .x
38
38
- name : Wait Cloudstack to be ready
39
39
run : |
40
40
echo "Starting Cloudstack health check"
You can’t perform that action at this time.
0 commit comments