Commit 908719d7 by ccran

feat: go 添加 七牛镜像;

parent 301daa20
...@@ -29,7 +29,7 @@ ENV GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64} ...@@ -29,7 +29,7 @@ ENV GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH:-amd64}
ENV GOEXPERIMENT=greenteagc ENV GOEXPERIMENT=greenteagc
WORKDIR /build WORKDIR /build
ENV GOPROXY=https://goproxy.cn,direct
ADD go.mod go.sum ./ ADD go.mod go.sum ./
RUN go mod download RUN go mod download
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment