Hey folks! I was hoping to use pulumi with go in m...
# golang
q
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
In the project yaml, try this
Copy code
runtime:
  name: go
  options:
    binary: ./some-binary