File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
go :
8
- - 1.12 .x
8
+ - 1.13 .x
9
9
10
10
env :
11
11
- GO111MODULE=on
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
61
61
62
62
### Building from source
63
63
64
- You need [ a recent version of Go ( >=1.12.0) ] ( https://golang.org/ ) that supports go modules .
64
+ You need [ a version of Go >=1.13.0 ] ( https://golang.org/ ) .
65
65
66
66
The project now uses ` go.mod ` for dependecy management, there is no need to ` go get ` anything or to set ` GOPATH ` env vars. The build is very simple:
67
67
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/arduino-builder
2
2
3
- go 1.12
3
+ go 1.13
4
4
5
5
require (
6
6
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9
You can’t perform that action at this time.
0 commit comments