Drop support for go 1.10 or lower.
This commit is contained in:
parent
a6e4c48567
commit
3c427ba295
@ -1,7 +1,6 @@
|
|||||||
language: go
|
language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
go:
|
go:
|
||||||
- 1.10.x
|
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- 1.x
|
- 1.x
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ Removing an entry from settings file will reset it to the default value. Deletin
|
|||||||
|
|
||||||
You will need:
|
You will need:
|
||||||
|
|
||||||
* [go](https://golang.org/dl/)
|
* [go](https://golang.org/dl/) v1.11 or later.
|
||||||
* [node.js](https://nodejs.org/en/download/)
|
* [node.js](https://nodejs.org/en/download/)
|
||||||
|
|
||||||
You can either install it via the provided links or use [brew.sh](https://brew.sh/) if you're on Mac:
|
You can either install it via the provided links or use [brew.sh](https://brew.sh/) if you're on Mac:
|
||||||
|
Loading…
Reference in New Issue
Block a user