I think CI (and local testing) is failing in this case because of https://github.com/golang/go/issues/50148. That would explain why testing the github.com/marstr/collection/v2 works fine in that package, and why using the playground with the Go tip works over here but this fails.
I think CI (and local testing) is failing in this case because of https://github.com/golang/go/issues/50148. That would explain why testing the
github.com/marstr/collection/v2
works fine in that package, and why using the playground with the Go tip works over here but this fails.