We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b921a2f commit d59b903Copy full SHA for d59b903
.travis.yml
@@ -5,7 +5,7 @@ os:
5
- osx
6
7
go:
8
- - 1.12.x
+ - 1.13.x
9
10
env:
11
- GO111MODULE=on
README.md
@@ -61,7 +61,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
61
62
### Building from source
63
64
-You need [a recent version of Go (>=1.12.0)](https://golang.org/) that supports go modules.
+You need [a version of Go >=1.13.0](https://golang.org/).
65
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
go.mod
@@ -1,6 +1,6 @@
1
module github.com/arduino/arduino-builder
2
3
-go 1.12
+go 1.13
4
require (
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9
0 commit comments