Merge pull request #3663 from hashicorp/go-1.9.2

Bumps Go version to 1.9.2.
This commit is contained in:
James Phillips 2017-11-07 18:28:32 -08:00 committed by GitHub
commit ecaae11731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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