From 0115696a1819679ffa0f2af77e2ca2b12a9725b9 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Sun, 20 Jan 2019 21:13:06 -0500 Subject: [PATCH] Require golang 1.9+ (#149) --- .travis.yml | 6 ++---- README.md | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 138b3bd..5532667 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,8 @@ language: go go: -- '1.8' -- '1.9' -- '1.10' -- '1.11' +- '1.9.x' +- '1.10.x' - '1.11.x' - 'master' diff --git a/README.md b/README.md index 6003068..bb66f9c 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ or download the latest Darwin build from the [releases page](https://github.com/ Download the [latest release](https://github.com/wagoodman/dive/releases/download/v0.6.0/dive_0.6.0_windows_amd64.zip). **Go tools** +Requires Go version 1.9 or higher. + ```bash go get github.com/wagoodman/dive ```