You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a change back in August 2024 that added a (seemingly innocent) period to some help text.
Unfortunately with the strict help text match checking that happens in the client that makes interoperability between different golang applications utilizing different versions of the client problematic (as the validation fails).
I'm not close enough to know why validation of the help text is necessary, but are you open to a PR to either remove it or have an option to disable strict checking?