mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
remove go proxy
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
FROM golang:1.23 as builder
|
FROM golang:1.23 as builder
|
||||||
|
|
||||||
# 启用go module
|
# 启用go module
|
||||||
ENV GO111MODULE=on \
|
ENV GO111MODULE=on
|
||||||
GOPROXY=https://goproxy.cn,direct
|
#GOPROXY=https://goproxy.cn,direct
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user