File tree Expand file tree Collapse file tree 10 files changed +112
-14
lines changed Expand file tree Collapse file tree 10 files changed +112
-14
lines changed Original file line number Diff line number Diff line change 1818 - name : Install Go
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : " 1.14 "
21+ go-version : " 1.15 "
2222
2323 - name : Install Taskfile
2424 uses : Arduino/actions/setup-taskfile@master
Original file line number Diff line number Diff line change 1818 - name : Install Go
1919 uses : actions/setup-go@v2
2020 with :
21- go-version : " 1.14 "
21+ go-version : " 1.15 "
2222
2323 - name : Install Go deps
2424 run : |
Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v2
2626 with :
27- go-version : " 1.14 "
27+ go-version : " 1.15 "
2828
2929 - name : Installs Go dependencies
3030 shell : bash
3838 - name : Setup Python
3939 uses : actions/setup-python@v1
4040 with :
41- python-version : " 3.6 "
41+ python-version : " 3.8 "
4242 architecture : " x64"
4343
4444 - name : Cache dependencies
Original file line number Diff line number Diff line change 2828 repo-token : ${{ secrets.GITHUB_TOKEN }}
2929
3030 - name : Setup Go
31- uses : actions/setup-go@v2-beta
31+ uses : actions/setup-go@v2
3232 with :
33- go-version : " 1.14 "
33+ go-version : " 1.15 "
3434
3535 - name : Install Go dependencies
3636 run : |
4545 - name : Setup Python
4646 uses : actions/setup-python@v1
4747 with :
48- python-version : " 3.6 "
48+ python-version : " 3.8 "
4949 architecture : " x64"
5050
5151 - name : Cache dependencies
Original file line number Diff line number Diff line change 2222 - name : Install Go
2323 uses : actions/setup-go@v2
2424 with :
25- go-version : " 1.14 "
25+ go-version : " 1.15 "
2626
2727 - name : Install Go deps
2828 # Since 10/23/2019 pwsh is the default shell
Original file line number Diff line number Diff line change 3636 repo-token : ${{ secrets.GITHUB_TOKEN }}
3737
3838 - name : Setup Go
39- uses : actions/setup-go@v2-beta
39+ uses : actions/setup-go@v2
4040 with :
41- go-version : " 1.14 "
41+ go-version : " 1.15 "
4242
4343 - name : Install Go dependencies
4444 run : |
5353 - name : Setup Python
5454 uses : actions/setup-python@v1
5555 with :
56- python-version : " 3.6 "
56+ python-version : " 3.8 "
5757 architecture : " x64"
5858
5959 - name : Cache dependencies
Original file line number Diff line number Diff line change 9292 build :
9393 desc : Build the project
9494 cmds :
95- - go build -v -i {{.LDFLAGS}}
95+ - go build -v {{.LDFLAGS}}
9696
9797 test :
9898 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:
2929
3030To build the Arduino CLI from sources you need the following tools to be available in your local environment:
3131
32- - [ Go] [ 1 ] version 1.12 or later
32+ - [ Go] [ 1 ] version 1.15 or later
3333- [ Taskfile] [ 2 ] to help you run the most common tasks from the command line
3434
3535If 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 => ../
66
77require (
88 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
1010)
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments