Skip to content

Commit

Permalink
Merge pull request #624 from smira/no-go-16
Browse files Browse the repository at this point in the history
Drop support for Go 1.6, only Go 1.7+ is supported
  • Loading branch information
smira committed Aug 17, 2017
2 parents 4f56f34 + 00a9eb7 commit d9607cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: required
language: go

go:
- 1.6.x
- 1.7.x
- 1.8.x
- master
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://dl.bintray.com/smira/aptly/>`_.

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
Expand Down

0 comments on commit d9607cf

Please sign in to comment.