fix(config): replace deprecated reflect.Ptr with reflect.Pointer - #995
fix(config): replace deprecated reflect.Ptr with reflect.Pointer#995hazyhaar wants to merge 1 commit into
Conversation
|
Warning Review limit reachedNext included review available in 7 minutes. View limit detailsLimit details: You’ve used all 4 included reviews currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
|
derefTypecomparedt.Kind()toreflect.Ptr. That constant is deprecated;reflect.Pointeris the replacement. Behavior is unchanged.Independent of any other open PR. Once this is on
main, other branches no longer need to carry the same one-liner to satisfygovet.