chore: enable goproxy.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
912803706a
commit
1d774a01c6
|
@ -12,6 +12,8 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
pull: true
|
pull: true
|
||||||
|
environment:
|
||||||
|
GOPROXY: https://goproxy.cn
|
||||||
commands:
|
commands:
|
||||||
- make clean
|
- make clean
|
||||||
- make vet
|
- make vet
|
||||||
|
|
Loading…
Reference in New Issue