bump up Golang version to 1.9.0

This commit is contained in:
Anton Kaliaev
2017-10-02 12:59:32 -04:00
committed by Zach Ramsay
parent 7448c4adde
commit 2d6bc8d7d7
3 changed files with 5 additions and 5 deletions
+1 -1
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