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

[Prepare for go1.20] *: Bump versions and fix tests #114766

Merged
merged 3 commits into from Jan 12, 2023

Commits on Jan 12, 2023

  1. *: Bump version of vmware/govmomi

    Bumping version to include changes that
    better handle TLS errors. Bump nescessary
    to prepare for when the version of Go is
    bumped to 1.20
    
    Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
    MadhavJivrajani committed Jan 12, 2023
    Copy the full SHA
    8b064fa View commit details
    Browse the repository at this point in the history
  2. vsphere: Adapt to govmomi version bumps

    Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
    MadhavJivrajani committed Jan 12, 2023
    Copy the full SHA
    e15cdb3 View commit details
    Browse the repository at this point in the history
  3. vclib: Modify x509.UnknownAuthorityError unwrap check

    Modify unwrap error utility to make it work with go1.20
    This version of Go introduces a new layer of wrapping via
    a new error type. The commit accounts for that while being
    compatible with go1.19
    
    Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
    MadhavJivrajani committed Jan 12, 2023
    Copy the full SHA
    c31cc5e View commit details
    Browse the repository at this point in the history