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 \