updated go version

This commit is contained in:
kolaente 2019-04-21 22:27:35 +02:00
parent 9f1c69312b
commit e32e8761df
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
FROM golang:1.11-alpine3.7
FROM golang:1.12-alpine
ENV GO111MODULE=on
#ENV GOFLAGS=-mod=vendor
RUN apk --no-cache add build-base git