Updates Consul to build with Go 1.7.4.

This commit is contained in:
James Phillips 2017-01-25 20:05:04 -08:00
parent 373f1a94ae
commit db06c06cf0
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.7.3
- 1.7.4
branches:
only:

View File

@ -1,6 +1,6 @@
FROM ubuntu:trusty
ENV GOVERSION 1.7.3
ENV GOVERSION 1.7.4
RUN apt-get update -y && \
apt-get install --no-install-recommends -y -q \