Skip to content
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

refactor: use any instead of interface{} #1185

Closed
wants to merge 2 commits into from

Conversation

chenyahui
Copy link

Fixes Or Enhances

Make sure that you've checked the boxes below before you submit PR:

  • Tests exist or have been written that cover this particular change.

@go-playground/validator-maintainers

@chenyahui chenyahui requested a review from a team as a code owner October 26, 2023 12:32
@coveralls
Copy link

Coverage Status

coverage: 73.849%. remained the same when pulling 4e6a854 on chenyahui:interface_to_any into 94a637a on go-playground:master.

@deankarn
Copy link
Contributor

deankarn commented Nov 4, 2023

Sorry @chenyahui but this is a breaking change for anyone using Go 1.17 or below as you saw when needing to remove that from the CI test matrix to enable CI to pass.

I unfortunately cannot make such an update until cutting a new major version.

@chenyahui chenyahui closed this Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants