fix: update dockerfile to use golang 1.11

This commit is contained in:
Michael 2018-09-12 12:42:13 +02:00 committed by Isaev Denis
parent 8d4075ba6d
commit 37a317939d

View File

@ -1,4 +1,4 @@
FROM golang:1.10
FROM golang:1.11
RUN apt-get update && apt-get install -y gcc