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 ?