Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dde265e

Browse files
committedMay 2, 2024·
Update GOPROXY for dockerfile
Signed-off-by: Lubron Zhan <lubronzhan@gmail.com>
1 parent 1986cbf commit dde265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile-for-github-ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR /workspace
1111
COPY go.mod go.mod
1212
COPY go.sum go.sum
1313

14-
ENV GOPROXY=direct
14+
ENV GOPROXY=https://proxy.golang.org,direct
1515
RUN go mod download
1616

1717
# Copy the go source

0 commit comments

Comments
 (0)
Please sign in to comment.