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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy