Merge pull request #2676 from hashicorp/f-go-1.7.4

Updates Consul to build with Go 1.7.4.
pull/2677/head
James Phillips 8 years ago committed by GitHub
commit 4f56a2fd0d

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

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

Loading…
Cancel
Save