air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.35k stars 771 forks source link

Provide SSH Key for build command in .air.toml #521

Open RoopGuron opened 5 months ago

RoopGuron commented 5 months ago

Similar to how one can specify ssh key for docker builds(to authenticate with enterprise github) RUN --mount=type=ssh go get cloud.google.com/go/compute/metadata How would the same be achieved for builds configured via .air.toml?