File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
xcrun --show-sdk-version
29
29
- uses : actions/setup-go@v3
30
30
with :
31
- go-version : 1.19 .x
31
+ go-version : 1.20 .x
32
32
- uses : actions/checkout@v3
33
33
with :
34
34
fetch-depth : 1
51
51
path : _artifacts/
52
52
- uses : actions/setup-go@v3
53
53
with :
54
- go-version : 1.19 .x
54
+ go-version : 1.20 .x
55
55
- name : Install gcc-aarch64-linux-gnu
56
56
run : |
57
57
sudo apt-get update
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/setup-go@v3
17
17
with :
18
- go-version : 1.19 .x
18
+ go-version : 1.20 .x
19
19
- uses : actions/checkout@v3
20
20
with :
21
21
fetch-depth : 1
56
56
steps :
57
57
- uses : actions/setup-go@v3
58
58
with :
59
- go-version : 1.19 .x
59
+ go-version : 1.20 .x
60
60
- uses : actions/checkout@v3
61
61
with :
62
62
fetch-depth : 1
77
77
steps :
78
78
- uses : actions/setup-go@v3
79
79
with :
80
- go-version : 1.19 .x
80
+ go-version : 1.20 .x
81
81
- uses : actions/checkout@v3
82
82
with :
83
83
fetch-depth : 1
@@ -143,7 +143,7 @@ jobs:
143
143
steps :
144
144
- uses : actions/setup-go@v3
145
145
with :
146
- go-version : 1.19 .x
146
+ go-version : 1.20 .x
147
147
- uses : actions/checkout@v3
148
148
with :
149
149
fetch-depth : 1
@@ -216,7 +216,7 @@ jobs:
216
216
steps :
217
217
- uses : actions/setup-go@v3
218
218
with :
219
- go-version : 1.19 .x
219
+ go-version : 1.20 .x
220
220
- uses : actions/checkout@v3
221
221
with :
222
222
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments