go 1.27 might modify go.work.sum on start?
22:44 07 Sep 2026

I got a project using go.work, I upgraded to go 1.27 recently, and seems when start go application, it might change go.work.sum automatically sometimes, this has happened a few times in last 10 days.

And, each time, it may take a while to finish, only after that I can start the go app.

But, as I remember with <= go 1.26, this never happens.

So, is this a feature or ? And, is ther anyway to disable this, and do it manually when I want to ?

go go-work