1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-06-30 17:44:09 -03:00

chore: enable goproxy.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-06-05 09:34:21 +08:00
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