Summary
The user is seeking assistance with a Golang application that has private dependencies and is encountering issues with caching the RUN --ssh
command while using Earthly in GitHub Actions. They describe a target script for SSH setup and dependency downloading, utilizing the --ci
argument and various caching methods. The user notes that the setup works well on their MacBook and in their self-hosted Jenkins CI, but they are confused about the caching of SSH commands in GitHub Actions.