Bump go 1.8

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2017-03-08 15:12:25 +01:00 committed by Timo Reimann
parent 1bc8c9912e
commit 836f617286

View file

@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.8
# Install a more recent version of mercurial to avoid mismatching results
# between glide run on a decently updated host system and the build container.