Join Slack
Powered by
Hey folks! I was hoping to use pulumi with go in m...
# golang
q
quick-umbrella-85367
12/01/2024, 3:13 PM
Hey folks! I was hoping to use pulumi with go in my binary to spin up resources when necessary, but based on
https://archive.pulumi.com/t/2880107/what-is-the-go-binary-that-pulumi-will-search-for-to-create-
it sounds like you have to use the pulumi binary. Has this changed potentially?
h
happy-kitchen-33409
12/05/2024, 1:16 AM
In the project yaml, try this
Copy code
runtime: name: go options: binary: ./some-binary
Open in Slack
Previous
Next