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

fix(go): replace uses of CanConvert to Type.AssignableTo #3373

Merged
merged 2 commits into from Feb 9, 2022

Commits on Feb 9, 2022

  1. fix(go): replace uses of CanConvert to Type.AssignableTo

    This preserves compatibility with Go 1.16, as CanConvert was introduced
    in go 1.17 only.
    RomainMuller committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    e536231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d9c34 View commit details
    Browse the repository at this point in the history