Hi, all! I posted this in <#C019YSXN04B|> yesterday, but it's pretty Go-specific, so I thought it'd ...
g
Hi, all! I posted this in #C019YSXN04B yesterday, but it's pretty Go-specific, so I thought it'd be worth trying here. I'm using the automation API to run an inline Go function. I attach some values to my context and pass it to
Up()
, but when the inline function is run, they aren't present in the context the API passes to it. The inline function is passed a
pulumi.Context
which has a
context.Context
embedded, so I'm confused why it isn't the one I passed in. I'm trying to figure out if this is expected behavior, or if I should treat this as a bug.