diff --git a/.travis.yml b/.travis.yml index bf42ad7108..ba5d63d386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - - 1.8.1 + - 1.8.3 branches: only: diff --git a/scripts/consul-builder/Dockerfile b/scripts/consul-builder/Dockerfile index 8cb678bbd4..17e962a5cb 100644 --- a/scripts/consul-builder/Dockerfile +++ b/scripts/consul-builder/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:trusty -ENV GOVERSION 1.8.1 +ENV GOVERSION 1.8.3 RUN apt-get update -y && \ apt-get install --no-install-recommends -y -q \