Merge pull request #2888 from hashicorp/go-1.8.1

Upgrades Go version to 1.8.1.
This commit is contained in:
James Phillips 2017-04-11 10:08:38 -07:00 committed by GitHub
commit 89a93da475
1 changed files with 1 additions and 1 deletions

View File

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