Merge pull request #620 from containous/bump-go-1.7

Bump go v1.7
This commit is contained in:
Vincent Demeester 2016-08-16 12:58:11 +02:00 committed by GitHub
commit d629939cf3

View file

@ -1,4 +1,4 @@
FROM golang:1.6.3
FROM golang:1.7
RUN go get github.com/Masterminds/glide \
&& go get github.com/jteeuwen/go-bindata/... \