heroku / heroku-buildpack-go

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

Source GOFLAGS from environment #561

Closed joshwlewis closed 1 month ago

joshwlewis commented 2 months ago

This allows users to customize their builds a bit more, and do things like heroku config:set GOFLAGS="-pgo=/tmp/profile.pgo" so that PGO may be used.

Fixes #400.