Closed gibizer closed 3 months ago
go 1.20 is out of support, adding the dependency on an unstable x/exp module seems worse to me and is blocking some downstreams from updating (xref https://github.com/kubernetes/kubernetes/pull/126787#issuecomment-2311504429)
hey @liggitt - happy to pull this out and cut a new release that also bumps the minimum Go version to 1.22.0 which is in keeping with the Ginko/Gomega last-2-go-versions policy
it looks like the use is super minimal... maybe we could just delete an item from a slice or find an item in a slice using a simple loop instead of stdlib slices or x/exp use...?
I’ll take a look - but, kinda out of principle, i should be doing a better job of bumping the minimum Go version more consistently to help suss these things out and convey clearly to the community that Ginkgo/Gomega expects you to be on the latest go versions.
The #766 introduced dependency to slices but that module is not in the standard lib in golang 1.20.
Closes: #774