Merge pull request #2260 from hashicorp/f-go-1.6.3

Upgrades to Go 1.6.3.
This commit is contained in:
James Phillips 2016-08-09 18:33:29 -07:00 committed by GitHub
commit 1d1b1302b6

View file

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