[go-nuts] go.mod changes on each build, -mod=readonly can never work

2019-09-18 Thread 'Russ Selph' via golang-nuts
Hi, I've got a modules problem, and I'm not sure yet whether it's operator error or something worthy of a bug report. In short, I have a build where go.mod oscillates between two states build by build. The first build changes it one way, the next build changes it back. If I try the build

Re: [go-nuts] Re: go.mod changes on each build, -mod=readonly can never work

2019-09-19 Thread 'Russ Selph' via golang-nuts
Thanks for the hints. I'll try to reproduce from the tip branch before filing a bug. > On Sep 19, 2019, at 09:34, t hepudds wrote: > > Hello Russ, > > Usually, if you are not modifying your code, I think go.mod should be stable > across repeated identical invocations of something like 'go

Re: [go-nuts] go.mod changes on each build, -mod=readonly can never work

2019-09-19 Thread 'Russ Selph' via golang-nuts
I’ve filed this as #34417, at https://github.com/golang/go/issues/34417 > On Sep 19, 2019, at 09:52, Russ Selph wrote: > > Thanks for the hints. I'll try to reproduce from the tip branch before > filing a bug. > >> On Sep 19, 2019, at 09:34, t