Update to go1.12 (#21)

This commit is contained in:
Michael
2019-09-03 11:41:03 +02:00
committed by Ludovic Fernandez
parent 5e438f6f9e
commit 27713d1e8d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.11 as builder
FROM golang:1.12 as builder
WORKDIR /go/whoami
COPY . .
RUN make build