init
continuous-integration/drone/push Build is passing Details

master
icechen 2021-12-28 16:45:08 +08:00
parent 5a1b8d2ca3
commit 34924c713e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM golang:1.17 as builder FROM golang:1.17 as builder
ENV GO111MODULE on ENV GO111MODULE on
ENV GOPROXY https://goproxy.io,direct ENV GOPROXY https://goproxy.cn,direct
WORKDIR /go/cache WORKDIR /go/cache
ADD go.mod . ADD go.mod .
ADD go.sum . ADD go.sum .