tool · inferred from evidence
GOPRIVATE
An environment variable used in Go to specify private module paths.
- How to configure Go private module dependencies in a Dagger pipeline
Two approaches that work. Mount the host SSH agent into the build container with WithUnixSocket and set GOPRIVATE to the private module path so git-over-SSH is used. Or use a fine-grained GitHub token passed as a secret variable (WithSecret