From 72b3f5de2ec353d305ebc16103544ff1e26b3878 Mon Sep 17 00:00:00 2001 From: aichy126 <16996097+aichy126@users.noreply.github.com> Date: Thu, 1 Dec 2022 15:35:27 +0800 Subject: [PATCH] update gitlab ci config --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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