From a9627470f763666d873e1197a510e9c778dafe9f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 24 May 2017 19:35:01 -0700 Subject: [PATCH] Bumps Go version to 1.8.3. --- .travis.yml | 2 +- scripts/consul-builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 \