Skip to content

all: update go directive to be at least 1.18 in all golang.org/x modules #60268

Closed
@neild

Description

@neild

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.

Metadata

Metadata

Assignees

Labels

NeedsFixThe path to resolution is known, but the work has not been done.

Type

No type

Projects

  • Status

    Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions