<#18515 Set `GOPRIVATE` for golang build &amp; tes...
# github-notifications
c
#18515 Set `GOPRIVATE` for golang build &amp; test New discussion created by misterikkit Is there any way to specify environment variables to the go toolchain? Specifically, I work across a set of git repos hosted on a private server, and must set
GOPRIVATE=my.server.domain.name
for builds to work at all. I would assume this gets configured in
pants.toml
, but I did not find a concise listing of the configuration options in go support. (I also saw nothing relevant in go_binary) Thanks in advance! pantsbuild/pants