Default goproxy server can be problematic, goproxy.cn more stable.
Default goproxy server can be problematic, goproxy.cn more stable.
pfc/hyperpipe-backend:main into main Default goproxy server can be problematic, goproxy.cn more stable.
could you keep goproxy.cn as a fallback instead of the default :)
keeping go mod download, also fallback mode for goproxy instances
Definitely! I assume proxy.golang.org is the official one.
I assume proxy.golang.org is the official one.
yes
@ -9,3 +9,3 @@
ARG TARGETOS TARGETARCH
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go mod download && \
RUN GOPROXY=https://proxy.golang.org, GOPROXY=https://goproxy.cn go mod download && \
just a minor change, this line should be GOPROXY=proxy.golang.org,goproxy.cn
Done! Yeah it is way minimal but works perfectly fine both way.
Thank you!
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?