Commit Graph

1 Commits

Author SHA1 Message Date
Kyle Dixler 22430a0ebb
[sdk/go] enable direct compilation via `go build` ()
This PR modifies `pulumi-language-go` to attempt to compile and run user programs first. If env var `PULUMI_GO_USE_RUN=true` is set, we use the old behavior of using `go run`.
2022-08-26 07:16:48 -07:00