mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
chore: not using goproxy by default (#4613)
This commit is contained in:
@@ -12,7 +12,7 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GOPROXY="https://goproxy.cn,direct" && go mod tidy
|
||||
go mod tidy
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Tidy failed"
|
||||
|
||||
@@ -12,7 +12,7 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GOPROXY="https://goproxy.cn,direct" && go mod tidy
|
||||
go mod tidy
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Tidy failed"
|
||||
|
||||
Reference in New Issue
Block a user