Hey folks! Recently after upgrading my local Go version to 1.26, I've been having trouble with CI (Github Actions) and Pulumi. The situation I'm seeing is that CI will run the preview command. It will fail on the Pulumi side, but I can't find the reason and CI will just hang forever. I then tried updating all of my dependencies in all of the Pulumi Go modules. It seemed to have worked, And I was working on my dev stack for a while, but now I tried to tag a release which deploys to prod and the same thing happens.
Has anyone encountered something similar? I tried searching the channel a little bit and all I could find was something about updating dependencies which I have, so I'm not really sure...
Thread in Slack Conversation