switch to using go1.12 everywhere

This commit is contained in:
Jack Zampolin
2019-05-02 17:25:41 -07:00
parent 8a25a6dfdd
commit 087f1afbee
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.10
FROM golang:1.12
# Add testing deps for curl
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list