I'm using the automation API to run an inline func...
# automation-api
g
I'm using the automation API to run an inline function in Go. I attach some values to the context and pass it to
Up()
, but they aren't present in the context when the inline function is run. I know Pulumi has its own version of context, but it has an embedded
context.Context
struct, and I'm surprised to find that it's not the one I'm passing in. Is that what I should expect?