Bumps Go version to 1.9.2.

This commit is contained in:
James Phillips 2017-11-07 18:27:53 -08:00
parent 5369f97a46
commit f031b5a642
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
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 \