Update Docker image to Go 1.10.

master
Icedream 2018-06-03 00:34:32 +02:00
parent 35d7201500
commit 8bf9768182
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.8
FROM golang:1.10
RUN mkdir -p /go/src/app
WORKDIR /go/src/app