i just updated my ws with a `go mod tidy` but now ...
# golang
l
i just updated my ws with a
go mod tidy
but now i'm getting:
pulumi:providers:aws (default):
`error: no resource plugin 'aws-v4.37.4' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource aws v4.37.4`` but that doesn't work:
$ pulumi plugin install resource aws v4.37.4
[resource plugin aws-4.37.4] installing
error: [resource plugin aws-4.37.4] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-aws-v4.37.4-linux-amd64.tar.gz>
any idea what's going on?
m
Hi Mike, if you haven’t already tried again, try installing the plugin again. I’m guessing you just got unlucky with the timing of v4.37.4 being released. We tag the release, and then we run tests before publishing the plugin binaries. I’m guessing you ran
go mod tidy
within the window where the tag existed as far as Go was concerned, but the plugin binaries hadn’t been published yet to get.pulumi.com. I’ll chat with the team to see if there’s anything we can do to avoid this in the future.