update gitlab ci config

This commit is contained in:
aichy126 2022-12-01 15:35:27 +08:00
parent b093358e0c
commit 72b3f5de2e
1 changed files with 2 additions and 0 deletions

View File

@ -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