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:
|
||||
image: golang:1.12
|
||||
pull: true
|
||||
environment:
|
||||
GOPROXY: https://goproxy.cn
|
||||
commands:
|
||||
- make clean
|
||||
- make vet
|
||||
|
|
Loading…
Reference in New Issue