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