From fd3ba0f1d259f279b7dc851d24b9e0a659f82170 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Wed, 4 Sep 2019 12:51:32 -0700 Subject: [PATCH] require go v1.12 --- .travis.yml | 2 +- README.md | 2 +- snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f0caa2..52ac3f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - "1.10.x" + - "1.12.x" - "master" script: diff --git a/README.md b/README.md index 649a0a7..b8d683b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/snapcraft.yaml b/snapcraft.yaml index e05721b..8daae3b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -10,7 +10,7 @@ confinement: strict parts: go: - source-tag: go1.11 + source-tag: go1.12 cointop: after: [go] source: .