Fix up build for recent versions of Go

Forbid broken goxc tasks.
This commit is contained in:
Andrey Smirnov
2016-11-28 16:37:47 +03:00
parent d008cabf07
commit d100033b46
5 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -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.4+ required)::
If you have Go environment set up, you can build aptly from source by running (go 1.6+ required)::
go get -u github.com/mattn/gom
mkdir -p $GOPATH/src/github.com/smira/aptly