https://pulumi.com logo
Title
l

limited-rainbow-51650

04/10/2020, 10:11 AM
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

broad-dog-22463

04/10/2020, 10:53 AM
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

lemon-agent-27707

04/10/2020, 4:10 PM
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.