1
0

Update build stage to golang 1.12 (#539)

golang version bump
This commit is contained in:
Nicolas Duchon 2019-05-15 12:40:32 +02:00 committed by GitHub
parent 8f694ca63e
commit dbb3e6fb35
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:1.11-alpine AS go-builder
FROM golang:1.12-alpine AS go-builder
ENV DOCKER_GEN_VERSION=0.7.4