Testing Go project with gomodules in Gitlab CI fails with “package is not in GOROOT”

后端 未结 0 413
一个人的身影
一个人的身影 2021-01-02 06:23

I\'m trying to build and test a Go project on Gitlab CI using the following .gitlab-ci.yml:

image: golang:latest

stages:
  - prepare
  - test
  - build
  - p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题