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

Update golang to 1.20.5 #319

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 15, 2023

  1. Updated golang to 1.20.5

    Update k8s libraries to 1.27 to match golang version.
    Fixed unit tests to be compatible with latest fake
    kubernetes client. In particular updates to some core
    resources (such as daemonset) no longer support updating
    the status fields of those objects. Instead of updating
    in the test, delete and create with the wanted status.
    
    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e62674d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Use status().update instead of deleting and creating objects

    Signed-off-by: Alexander Wels <awels@redhat.com>
    awels committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8c12f2f View commit details
    Browse the repository at this point in the history