You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go: gitlab.srxcloud.com/test-group/utils@v0.0.1: git init --bare in /go/pkg/mod/cache/vcs/4057063b4e5edfa5f3fcb02ce9e41e5fbddacd674d24e08a9780bd04e1bc7d74: exec: "git": executable file not found in$PATH
The text was updated successfully, but these errors were encountered:
we don't control or distribute the Go docker images, so you should file an issue in the docker image issue tracker, here: https://github.com/docker-library/golang
In any case, someone already did file issues asking for git in the Alpine image:
Since go mod needs git to download
private libraries
, such as gitlab, do you consider addinggit
todocker golang alpine
?What version of Go are you using (
go version
)?What did you do?
There is a go mod project that references the gitlab private library. When I execute go build, it prompts an error.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: