更新 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-06-30 21:13:12 +08:00
parent 851bd17641
commit 2e95c54329

View File

@ -8,7 +8,7 @@ steps:
commands:
- pwd && ls
- go env -w GOPROXY=https://proxy.golang.com.cn,direct
- go install github.com/aliyun/alibaba-cloud-sdk-go/services/alidns
- go install github.com/aliyun/alibaba-cloud-sdk-go/services/alidns@latest
- go mod init alidns && go mod tidy
- go build alidns.go
- go test