Skip to content

Commit

Permalink
Set go requirements to >=1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Feb 12, 2020
1 parent b921a2f commit d59b903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx

go:
- 1.12.x
- 1.13.x

env:
- GO111MODULE=on
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui

### Building from source

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

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:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/arduino/arduino-builder

go 1.12
go 1.13

require (
github.com/arduino/arduino-cli v0.0.0-20200212094638-c1dcf01822e9
Expand Down

0 comments on commit d59b903

Please sign in to comment.