更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-07-01 20:33:53 +08:00
parent f4ee3a102e
commit e6b500e2bc

View File

@ -7,6 +7,8 @@ steps:
image: golang
commands:
- pwd && ls
- whoami
- crontab -l
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go mod init alidns && go mod tidy
- go build alidns.go