heroku / heroku-buildpack-go

Heroku Go Buildpack
https://devcenter.heroku.com/categories/go
MIT License
792 stars 511 forks source link

Feature Request: Optionally print `go env` #549

Open jabrown85 opened 6 months ago

jabrown85 commented 6 months ago

go env is useful for understanding what settings were set during a build. Since the go buildpack sets and forwards certain parameter before executing the go install or go build - it is impossible to currently know for sure what was set. Having a way to force go env to be printed would be great.