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 to Go 1.22 #180

Merged
merged 6 commits into from
Jun 6, 2024
Merged

Update to Go 1.22 #180

merged 6 commits into from
Jun 6, 2024

Conversation

ryanjohnsontv
Copy link
Contributor

@ryanjohnsontv ryanjohnsontv commented May 21, 2024

Changes with this:

kubernetes/apimachinery/pkg/labels no longer return nil with err, it now includes a pointer to a Requirement struct
. Tests needed to be updated because they checked for nil.

Updated kubernetes controller test to use valid (but dummy) cert string for CAData as it now validates it. Copied from here: https://github.com/kubernetes/client-go/blob/master/transport/transport_test.go

Uses existing arcade client instead of custom one: https://github.com/homedepot/arcade/tree/master/pkg

@ryanjohnsontv ryanjohnsontv merged commit 5e6e392 into master Jun 6, 2024
9 checks passed
@ryanjohnsontv ryanjohnsontv deleted the update-go-1-22 branch June 6, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants