require go v1.12

pull/42/head
Miguel Mota 5 years ago
parent 3211bd7f52
commit fd3ba0f1d2
No known key found for this signature in database
GPG Key ID: 67EC1161588A00F9

@ -1,7 +1,7 @@
language: go
go:
- "1.10.x"
- "1.12.x"
- "master"
script:

@ -77,7 +77,7 @@ There are multiple ways you can install cointop depending on the platform you're
### From source (always latest and recommeded)
Make sure to have [go](https://golang.org/) (1.10+) installed, then do:
Make sure to have [go](https://golang.org/) (1.12+) installed, then do:
```bash
go get -u github.com/miguelmota/cointop

@ -10,7 +10,7 @@ confinement: strict
parts:
go:
source-tag: go1.11
source-tag: go1.12
cointop:
after: [go]
source: .

Loading…
Cancel
Save