File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/setup-go@v2
19
19
with :
20
- go-version : 1.17 .x
20
+ go-version : 1.18 .x
21
21
- uses : actions/checkout@v2
22
22
with :
23
23
fetch-depth : 1
40
40
path : _artifacts/
41
41
- uses : actions/setup-go@v2
42
42
with :
43
- go-version : 1.17 .x
43
+ go-version : 1.18 .x
44
44
- name : Install gcc-aarch64-linux-gnu
45
45
run : |
46
46
sudo apt-get update
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/setup-go@v2
17
17
with :
18
- go-version : 1.17 .x
18
+ go-version : 1.18 .x
19
19
- uses : actions/checkout@v2
20
20
with :
21
21
fetch-depth : 1
58
58
steps :
59
59
- uses : actions/setup-go@v2
60
60
with :
61
- go-version : 1.17 .x
61
+ go-version : 1.18 .x
62
62
- uses : actions/checkout@v2
63
63
with :
64
64
fetch-depth : 1
@@ -150,7 +150,7 @@ jobs:
150
150
steps :
151
151
- uses : actions/setup-go@v2
152
152
with :
153
- go-version : 1.17 .x
153
+ go-version : 1.18 .x
154
154
- uses : actions/checkout@v3
155
155
with :
156
156
fetch-depth : 0
@@ -176,7 +176,7 @@ jobs:
176
176
steps :
177
177
- uses : actions/setup-go@v2
178
178
with :
179
- go-version : 1.17 .x
179
+ go-version : 1.18 .x
180
180
- uses : actions/checkout@v2
181
181
with :
182
182
fetch-depth : 1
@@ -190,7 +190,7 @@ jobs:
190
190
steps :
191
191
- uses : actions/setup-go@v2
192
192
with :
193
- go-version : 1.17 .x
193
+ go-version : 1.18 .x
194
194
- name : Install gcc-aarch64-linux-gnu
195
195
run : |
196
196
sudo apt-get update
You can’t perform that action at this time.
0 commit comments