2
0
This commit is contained in:
techknowlogick
2020-03-20 10:29:31 -04:00
committed by GitHub
parent 43e9b329bc
commit 9626c44051
12 changed files with 177 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
###################################
#Build stage
FROM golang:1.13-alpine3.11 AS build-env
FROM golang:1.14-alpine3.11 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}