Re: [go-nuts] go.mod & go.sum mutability during CI builds

2019-03-06 Thread Evan Borgstrom
12:45 -0800, Evan Borgstrom wrote: > > Our CI pipeline already does `git status -s -uno` and if there is any > > output prints the diff & exits. > > > > However, this happens at the END of a build (after running lint, > > build, > > test, doc generation, etc)

Re: [go-nuts] go.mod & go.sum mutability during CI builds

2019-03-06 Thread Evan Borgstrom
Our CI pipeline already does `git status -s -uno` and if there is any output prints the diff & exits. However, this happens at the END of a build (after running lint, build, test, doc generation, etc), which means you could wait ~minutes before you get the feedback. We have specialized checks for