Go standard libraries starting in 1.19 now contain generics. Example. Levee's go.mod uses a version of x/tools/ssa that predates support for generics and crashes on this code. See https://github.com/kubernetes/kubernetes/issues/111452 for how this manifests.
Go standard libraries starting in 1.19 now contain generics. Example. Levee's
go.mod
uses a version of x/tools/ssa that predates support for generics and crashes on this code. See https://github.com/kubernetes/kubernetes/issues/111452 for how this manifests.