Go v1.7.0

This commit is contained in:
Adrian Macneil 2016-08-20 10:02:42 -07:00
parent 309452450e
commit 7da72a308a

View file

@ -1,5 +1,6 @@
FROM golang:1.6.3
FROM golang:1.7.0
# required to force cgo (for sqlite driver) with cross compile
ENV CGO_ENABLED 1
# i386 cross compilation