Go 1.8.0 (#7)

This commit is contained in:
Adrian Macneil 2017-02-28 20:36:38 -08:00 committed by GitHub
parent 91ccd2379b
commit 988471bba4

View file

@ -1,4 +1,4 @@
FROM golang:1.7.0
FROM golang:1.8.0
# required to force cgo (for sqlite driver) with cross compile
ENV CGO_ENABLED 1