File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,24 @@ 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
-
26
25
permissions :
27
26
contents : read
28
27
29
28
jobs :
30
29
build :
31
30
runs-on : ubuntu-22.04
32
-
31
+
33
32
steps :
34
- - uses : actions/checkout@v3
35
-
36
- - name : Set up Go
37
- uses : actions/setup-go@v3
38
- with :
39
- go-version : 1.19 .x
40
-
41
- - name : Build
42
- run : |
43
- make build
44
-
45
- - name : Test
46
- run : make test
33
+ - uses : actions/checkout@v3
34
+
35
+ - name : Set up Go
36
+ uses : actions/setup-go@v3
37
+ with :
38
+ go-version : 1.21 .x
39
+
40
+ - name : Build
41
+ run : |
42
+ make build
43
+
44
+ - name : Test
45
+ run : make test
Original file line number Diff line number Diff line change 37
37
- name : Set up Go
38
38
uses : actions/setup-go@v3
39
39
with :
40
- go-version : 1.19 .x
40
+ go-version : 1.21 .x
41
41
- name : Wait Cloudstack to be ready
42
42
run : |
43
43
echo "Starting Cloudstack health check"
You can’t perform that action at this time.
0 commit comments