This message was deleted.
# pulumi-deployments
s
This message was deleted.
b
Could you file an issue for this please? https://github.com/pulumi/pulumi-cloud-requests it looks like we need to run
go mod tidy
. You can fix this by cloning the repo you created and running it locally, then committing the changes
👌 1
g
l
@gifted-gigabyte-53859 thanks for reporting and we're working on getting this fixed, in the mean time you can fix in one of two ways: 1. pull down the code, run
go mod tidy
and push a commit into the repo 2. or add a prerun command in the deployment settings
go mod tidy
as shown in the screenshot below
✅ 1
g
Done, thanks.