From db06c06cf063e739c0b080b66b0a3cdae27f654f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 25 Jan 2017 20:05:04 -0800 Subject: [PATCH] Updates Consul to build with Go 1.7.4. --- .travis.yml | 2 +- scripts/consul-builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41378f4ca7..d5730bcf73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.7.3 + - 1.7.4 branches: only: diff --git a/scripts/consul-builder/Dockerfile b/scripts/consul-builder/Dockerfile index 04e20fe088..c83b94cdc2 100644 --- a/scripts/consul-builder/Dockerfile +++ b/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 \