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
golang has decided to come up with an automation[1] to update `go`
directive in go.mod from various repositories including x/repos
following the release cadence in general. Another interesting and
visible change is to explicitly specify the minor version as a
suffix to the major version. Thus we are bound to update our `go`
directive as we require at least x/sys.
[1] golang/go#69095
Signed-off-by: Anoop C S <[email protected]>
0 commit comments