mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
chore: not using goproxy by default (#4613)
This commit is contained in:
@@ -23,7 +23,7 @@ if [ $? -ne 0 ]; then
|
||||
fi
|
||||
|
||||
# go mod tidy
|
||||
GOPROXY=https://goproxy.cn && go mod tidy
|
||||
go mod tidy
|
||||
|
||||
# code inspection
|
||||
go test -race ./...
|
||||
|
||||
Reference in New Issue
Block a user