mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +00:00
Bump Go versions with Go 1.11 release
This commit is contained in:
+3
-3
@@ -24,11 +24,11 @@ matrix:
|
|||||||
env: RUN_LONG_TESTS=no
|
env: RUN_LONG_TESTS=no
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- go: 1.8.x
|
|
||||||
env: RUN_LONG_TESTS=no
|
|
||||||
- go: 1.9.x
|
- go: 1.9.x
|
||||||
env: RUN_LONG_TESTS=yes
|
env: RUN_LONG_TESTS=no
|
||||||
- go: 1.10.x
|
- go: 1.10.x
|
||||||
|
env: RUN_LONG_TESTS=yes
|
||||||
|
- go: 1.11.x
|
||||||
env:
|
env:
|
||||||
- RUN_LONG_TESTS=yes
|
- RUN_LONG_TESTS=yes
|
||||||
- DEPLOY_BINARIES=yes
|
- DEPLOY_BINARIES=yes
|
||||||
|
|||||||
+1
-1
@@ -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/>`_.
|
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.8+ required)::
|
If you have Go environment set up, you can build aptly from source by running (go 1.9+ required)::
|
||||||
|
|
||||||
mkdir -p $GOPATH/src/github.com/aptly-dev/aptly
|
mkdir -p $GOPATH/src/github.com/aptly-dev/aptly
|
||||||
git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-dev/aptly
|
git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-dev/aptly
|
||||||
|
|||||||
Reference in New Issue
Block a user