Browse Source

Updates Consul to build with Go 1.7.4.

pull/2676/head
James Phillips 8 years ago
parent
commit
db06c06cf0
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
  1. 2
      .travis.yml
  2. 2
      scripts/consul-builder/Dockerfile

2
.travis.yml

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

2
scripts/consul-builder/Dockerfile

@ -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 \

Loading…
Cancel
Save