Skip to content

fix parseUnsafeRoutes for yaml.v3 #1371

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

Merged
merged 1 commit into from
Apr 1, 2025
Merged

fix parseUnsafeRoutes for yaml.v3 #1371

merged 1 commit into from
Apr 1, 2025

Conversation

wadey
Copy link
Member

@wadey wadey commented Apr 1, 2025

We switched to yaml.v3 with #1148, but missed this spot that was still casting into map[any]any when yaml.v3 makes it map[string]any. Also clean up a few more interface{} that were added as we changed them all to any with #1148.

We switched to yaml.v3 with #1148, but missed this spot that was still
casting into `map[any]any` when yaml.v3 makes it `map[string]any`. Also
clean up a few more `interface{}` that were added as we changed them all
to `any` with #1148.
@wadey wadey added this to the v2.0.0 milestone Apr 1, 2025
@wadey wadey merged commit 36bc9dd into master Apr 1, 2025
9 checks passed
@wadey wadey deleted the yaml-v3-part2 branch April 1, 2025 13:49
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.

2 participants