bump up Golang version to 1.9.0

This commit is contained in:
Anton Kaliaev
2017-09-25 18:53:17 +03:00
committed by Zach Ramsay
parent 7448c4adde
commit 2d6bc8d7d7
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.8.3
FROM golang:1.9.0
# Add testing deps for curl
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list