heroku / heroku-buildpack-go

Heroku's classic buildpack for Go applications.
https://devcenter.heroku.com/categories/go-support
MIT License
794 stars 513 forks source link

Feature Request: Optionally print `go env` #549

Open jabrown85 opened 9 months ago

jabrown85 commented 9 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.