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
It is really unfortunate that 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 many of
the golang x/repos.
[1] golang/go#69095
Signed-off-by: Anoop C S <[email protected]>
0 commit comments