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
The Go version in the go.mod for x/net, x/crypto, x/text, and other x/ repos is currently go1.17, which prevents use of generics or any.
The oldest Go version within the support window is 1.19.
Is it time to update the x/ repos to depend on a post-generics version of Go? If so, perhaps we should also update packages in those repos to switch from interface{} to any at the same time.