You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think our script go mod update all is fundamentally broken, as it updates all the dependencies, regardless if they are actually needed or not.
Here, for instance, we use 0.47-rc1 so it should not have updated this to v1.4.4 (as there is no reason to)
Mea-culpa. After reading more about it, it seems not bad to upgrade indirect dependencies even if the direct dependencies do not require them. This is thus not an issue, and the update in #14908, not needed.
I think our script go mod update all is fundamentally broken, as it updates all the dependencies, regardless if they are actually needed or not.
Here, for instance, we use 0.47-rc1 so it should not have updated this to v1.4.4 (as there is no reason to)
Originally posted by @julienrbrt in #14838 (comment)
The text was updated successfully, but these errors were encountered: