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

testing libraries on par with latest kubebuilder #170

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

dgkanatsios
Copy link
Collaborator

This PR makes the testing libraries on par with the latest kubebuilder which can be found here https://github.com/kubernetes-sigs/kubebuilder/blob/acdede50a58a1b9ac7fa66fc335bc810fe9ef6f6/pkg/plugins/golang/v3/scaffolds/internal/templates/makefile.go#L60 In essense, this use the latest 1.23 libraries for testing.

Includes a workaround for the bug introduced here: kubernetes-sigs/controller-runtime#1571

@dgkanatsios dgkanatsios added the area/tests Make sure things don't break, unit tests. label Feb 21, 2022
@dgkanatsios dgkanatsios added this to the 0.3.0 milestone Feb 22, 2022
@dgkanatsios dgkanatsios merged commit fe2af55 into main Feb 22, 2022
@dgkanatsios dgkanatsios deleted the testing branch February 22, 2022 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests Make sure things don't break, unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants