Remove proxy
This commit is contained in:
parent
196788ea2b
commit
98b9bf6b81
@ -1,6 +1,6 @@
|
||||
FROM golang:1.13-alpine AS dependencies
|
||||
WORKDIR /app
|
||||
RUN go env -w GO111MODULE="on" && go env -w GOPROXY="https://goproxy.cn,direct"
|
||||
RUN go env -w GO111MODULE="on"
|
||||
|
||||
COPY go.sum go.mod ./
|
||||
RUN go mod tidy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user