Updates Go version to 1.9.1. (#3537)

This commit is contained in:
James Phillips 2017-10-04 22:58:13 -07:00 committed by GitHub
parent 97b580f593
commit 26b4c0a9ab
1 changed files with 1 additions and 1 deletions

View File

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