Can anyone from Pulumi explain why the build fails...
# contribute
l
Can anyone from Pulumi explain why the build fails on a diff between
go.sum
files? https://travis-ci.com/github/pulumi/pulumi/builds/159764016 Why is that a reason to halt the build of my Pull Request?
b
This is actually fixed in the 2.0 branch - this was an oversight of not being back ported to master
I’ll try and get this back ported today
👍🏼 1
Basically we have a script that runs to ensure that no changes are detected in the PR otherwise we could be releasing unintended changes in the sdk
l
As for why, we have a fair amount of generated code. We want to make sure accidental changes don't slip through unreviewed and not checked in.