修改go mod 镜像源

This commit is contained in:
giaogiao 2023-09-11 17:26:57 +08:00
parent 56ebb2ad2d
commit c1979dd8ad
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: test
image: golang
commands:
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
- go test
- name: clone_web