mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
Use Go 1.5.
The following PRs broke our unittests: - https://github.com/letsencrypt/boulder/pull/642 - https://github.com/letsencrypt/boulder/pull/635
This commit is contained in:
parent
26c1f003d0
commit
b2b042837f
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
language: python
|
||||
|
||||
# This have to be kept in sync with .travis.yml from Boulder
|
||||
go: 1.5
|
||||
|
||||
services:
|
||||
- rabbitmq
|
||||
- mysql
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ The following tools are there to help you:
|
|||
Integration
|
||||
~~~~~~~~~~~
|
||||
|
||||
First, install `Go`_ 1.4 and start Boulder_, an ACME CA server::
|
||||
First, install `Go`_ 1.5 and start Boulder_, an ACME CA server::
|
||||
|
||||
./tests/boulder-start.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue