You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
go env
is useful for understanding what settings were set during a build. Since the go buildpack sets and forwards certain parameter before executing thego install
orgo build
- it is impossible to currently know for sure what was set. Having a way to forcego env
to be printed would be great.The text was updated successfully, but these errors were encountered: