If you don't specify the `runtime.options.binary` ...
# golang
l
If you don't specify the
runtime.options.binary
property in the
pulumi.yaml
we will run your sources in CWD via
go run
. We decided to make this change after numerous instances of users being caught off guard and experiencing bugs due to this behavior. Whether it be extraneous binaries on the path causing collision, accidental builds leaving stale artifacts, etc.