-
-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change interface{} to any and update to go 1.20 #1203
Conversation
I think this is the right direction, but there is an issue around timing. Go 1.19 is still in support, and many folks are on older versions. Although Ginkgo only supports the Go versions in support, in the past we have tried not to break folks who are a little out of date where the cost of doing that is low.
But these are my personal opinions, and @onsi is the maintainer of this project. |
hey @ehsandavari thanks for this - I agree with @blgm dropping |
Support for go 1.19 ended 1 year and 3 months ago (06 Sep 2023). Any chance to get this merged? |
I'm good with that but we'll need a fresh PR. are you up for submitting one? |
It’s a shame that |
Great.
Yes, see my PR #1502. |
Resolved by #1502 |
- See discussion in: onsi/ginkgo#1203 - Updating Gomega for consistency with Ginkgo
- See discussion in: onsi/ginkgo#1203 - Updating Gomega for consistency with Ginkgo
I have created onsi/gomega#814 to make Gomega consistent |
No description provided.