Compare commits

...
This repository has been archived on 2023-12-12. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
b6a2eeb0d0 update go proxy
All checks were successful
continuous-integration/drone/push Build is passing
2022-09-29 19:30:23 +08:00

View File

@ -7,7 +7,8 @@ steps:
image: golang
commands:
- pwd && ls
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go mod init alidns && go mod tidy
- go build alidns.go
- go test