From 3c427ba2956a0ceae80ed27976d1a3615494a80a Mon Sep 17 00:00:00 2001 From: Eugene Bujak Date: Fri, 9 Nov 2018 19:31:38 +0300 Subject: [PATCH] Drop support for go 1.10 or lower. --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eba3b66c..ce08e084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go sudo: false go: - - 1.10.x - 1.11.x - 1.x diff --git a/README.md b/README.md index b7b43446..ddc0a918 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Removing an entry from settings file will reset it to the default value. Deletin You will need: - * [go](https://golang.org/dl/) + * [go](https://golang.org/dl/) v1.11 or later. * [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: