From 00a9eb72d8a1b587d1875bb726db3ed9fd7ee69f Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 17 Aug 2017 00:44:04 +0300 Subject: [PATCH] Drop support for Go 1.6, only Go 1.7+ is supported --- .travis.yml | 1 - README.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a4a78b15..99fd4c273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: required language: go go: - - 1.6.x - 1.7.x - 1.8.x - master diff --git a/README.rst b/README.rst index 9ed873072..319a3d0ad 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ If you would like to use nightly builds (unstable), please use following reposit Binary executables (depends almost only on libc) are available for download from `Bintray `_. -If you have Go environment set up, you can build aptly from source by running (go 1.6+ required):: +If you have Go environment set up, you can build aptly from source by running (go 1.7+ required):: mkdir -p $GOPATH/src/github.com/smira/aptly git clone https://github.com/smira/aptly $GOPATH/src/github.com/smira/aptly