Go
Go module management for Go projects.
Using Go Locally
With the JFrog Fly Desktop App (Recommended)
Ensure the Desktop App is installed, running, and configured for Go.
Use your standard commands - the Desktop App handles authentication automatically:
go get <module-path>Alternatively: Manual Configuration
1. Generate an Access Token
2. Configure GOPROXY
Set your GOPROXY environment variable:
go env -w GOPROXY=https://<your-fly-username>:<your-fly-token>@<your-fly-subdomain>.jfrog.io/artifactory/api/go/go3. Download Modules
go get <module-path>Using Go in CI/CD
Go is fully supported in GitHub Actions workflows configured with JFrog Fly.