tool · inferred from evidence
SSH agent
A program used for managing SSH keys, referenced as being mounted into the build container.
- How to configure Go private module dependencies in a Dagger pipeline
Go builds inside a Dagger container fail when the module depends on private repositories, because go commands cannot authenticate to fetch them. The Dagger cookbook covers cloning private repos over SSH, but Go private modules need extra tw