Bumps Go version to 1.9.3.

This commit is contained in:
James Phillips 2018-01-24 10:14:14 -08:00 committed by GitHub
parent ab4ad0dcaf
commit 3cd0440239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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