diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c80bde9f..fba34f74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ stages: "compile the golang project": image: golang:1.18 stage: compile-golang + before_script: + - export GOPROXY=https://goproxy.cn,direct script: - make generate - make build