File tree 10 files changed +112
-14
lines changed
10 files changed +112
-14
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : " 1.14 "
21
+ go-version : " 1.15 "
22
22
23
23
- name : Install Taskfile
24
24
uses : Arduino/actions/setup-taskfile@master
Original file line number Diff line number Diff line change 18
18
- name : Install Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : " 1.14 "
21
+ go-version : " 1.15 "
22
22
23
23
- name : Install Go deps
24
24
run : |
Original file line number Diff line number Diff line change 24
24
- name : Install Go
25
25
uses : actions/setup-go@v2
26
26
with :
27
- go-version : " 1.14 "
27
+ go-version : " 1.15 "
28
28
29
29
- name : Installs Go dependencies
30
30
shell : bash
38
38
- name : Setup Python
39
39
uses : actions/setup-python@v1
40
40
with :
41
- python-version : " 3.6 "
41
+ python-version : " 3.8 "
42
42
architecture : " x64"
43
43
44
44
- name : Cache dependencies
Original file line number Diff line number Diff line change 28
28
repo-token : ${{ secrets.GITHUB_TOKEN }}
29
29
30
30
- name : Setup Go
31
- uses : actions/setup-go@v2-beta
31
+ uses : actions/setup-go@v2
32
32
with :
33
- go-version : " 1.14 "
33
+ go-version : " 1.15 "
34
34
35
35
- name : Install Go dependencies
36
36
run : |
45
45
- name : Setup Python
46
46
uses : actions/setup-python@v1
47
47
with :
48
- python-version : " 3.6 "
48
+ python-version : " 3.8 "
49
49
architecture : " x64"
50
50
51
51
- name : Cache dependencies
Original file line number Diff line number Diff line change 22
22
- name : Install Go
23
23
uses : actions/setup-go@v2
24
24
with :
25
- go-version : " 1.14 "
25
+ go-version : " 1.15 "
26
26
27
27
- name : Install Go deps
28
28
# Since 10/23/2019 pwsh is the default shell
Original file line number Diff line number Diff line change 36
36
repo-token : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Setup Go
39
- uses : actions/setup-go@v2-beta
39
+ uses : actions/setup-go@v2
40
40
with :
41
- go-version : " 1.14 "
41
+ go-version : " 1.15 "
42
42
43
43
- name : Install Go dependencies
44
44
run : |
53
53
- name : Setup Python
54
54
uses : actions/setup-python@v1
55
55
with :
56
- python-version : " 3.6 "
56
+ python-version : " 3.8 "
57
57
architecture : " x64"
58
58
59
59
- name : Cache dependencies
Original file line number Diff line number Diff line change 92
92
build :
93
93
desc : Build the project
94
94
cmds :
95
- - go build -v -i {{.LDFLAGS}}
95
+ - go build -v {{.LDFLAGS}}
96
96
97
97
test :
98
98
desc : Run the full testsuite, `legacy` will be skipped
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ submitting a PR:
29
29
30
30
To build the Arduino CLI from sources you need the following tools to be available in your local environment:
31
31
32
- - [ Go] [ 1 ] version 1.12 or later
32
+ - [ Go] [ 1 ] version 1.15 or later
33
33
- [ Taskfile] [ 2 ] to help you run the most common tasks from the command line
34
34
35
35
If you want to run integration tests you will also need:
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ replace github.com/arduino/arduino-cli => ../
6
6
7
7
require (
8
8
github.com/arduino/arduino-cli v0.0.0
9
- github.com/spf13/cobra v1.0.0
9
+ github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c
10
10
)
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments