修改go mod 镜像源
This commit is contained in:
parent
56ebb2ad2d
commit
c1979dd8ad
|
@ -6,6 +6,7 @@ steps:
|
|||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
||||
- go test
|
||||
|
||||
- name: clone_web
|
||||
|
|
Loading…
Reference in New Issue