heroku / heroku-buildpack-go

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

Feature Request: Optionally print `go env` #549

Open jabrown85 opened 8 months ago

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