This message was deleted.
# golang
s
This message was deleted.
b
are you trying to build the CLI locally, or run a Go pulumi program?
if it's the former, you need to be in the
pkg
folder (where the
go.mod
is) and do:
go run ./cmd/pulumi
s
yeah slightly confused by the mention of the
pulumi/pulumi
image (assuming docker?) and make ensure etc. - docker image just runs the CLI through the entrypoint
t
Yeah, I meant the Docker image. I was using it to open a GitHub Codespaces instance to test.
@billowy-army-68599 Thanks. Works now. 🙂