Hey all, I’ve recently upgraded to Golang 1.19 and...
# golang
b
Hey all, I’ve recently upgraded to Golang 1.19 and I have a custom native provider that I add to Pulumi environment PATH variable so it registers the plugin. Since upgrade, my Pulumi commands are failing with
exec format error
for this custom provider. Any ideas why that might be happening?
b
what happens when you run the binary locally outside of Pulumi?
b
Running provider binary manually seems ok, prints out the port it’s running on.
But there might be some weird issues because my Pulumi is running inside a docker container.