Skip to content

Commit d59b903

Browse files
committed
Set go requirements to >=1.13
1 parent b921a2f commit d59b903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66

77
go:
8-
- 1.12.x
8+
- 1.13.x
99

1010
env:
1111
- GO111MODULE=on

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
6161

6262
### Building from source
6363

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/).
6565

6666
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:
6767

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/arduino/arduino-builder
22

3-
go 1.12
3+
go 1.13
44

55
require (
66
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9

0 commit comments

Comments
 (0)