From 3e368690fda7f18e702865b518eda7a4d3e0c195 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 3 Dec 2015 12:47:23 +0300 Subject: [PATCH] Stop building Go 1.3, only Go 1.4 supported. --- .travis.yml | 1 - README.rst | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 318a0102..3ce97535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false language: go go: - - 1.3.3 - 1.4 - 1.5 - tip diff --git a/README.rst b/README.rst index 03a47902..c5c7b07f 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.3+ required):: +If you have Go environment set up, you can build aptly from source by running (go 1.4+ required):: go get -u github.com/mattn/gom mkdir -p $GOPATH/src/github.com/smira/aptly