From c8c4d5c75c3611d8ae4a0005abf7f6ec53e59134 Mon Sep 17 00:00:00 2001 From: nadoo <287492+nadoo@users.noreply.github.com> Date: Mon, 16 Jul 2018 15:08:43 +0800 Subject: [PATCH] doc: drop support for go1.9 --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1eceb67..23defe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - "1.9.x" - "1.10.x" - master diff --git a/README.md b/README.md index c67c146..12f86a9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ TODO: Binary: - [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases) -Go Get (requires **Go 1.9+** ): +Go Get (requires **Go 1.10+** ): ```bash go get -u github.com/nadoo/glider ```