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 dependencies for k8s 1.26 #36

Merged
merged 3 commits into from Jan 16, 2023
Merged

Conversation

llDrLove
Copy link
Contributor

@llDrLove llDrLove commented Jan 13, 2023

Updated Go version to 1.19

Ran

go get github.com/digitalocean/godo@v1.93.0
go get github.com/onsi/gomega@v1.24.1
go get k8s.io/api@v0.26.0
go get k8s.io/apimachinery@v0.26.0
go get k8s.io/client-go@v0.26.0
go get k8s.io/utils@v0.0.0-20221128185143-99ec85e7a448
go get sigs.k8s.io/controller-runtime@v0.14.1

go mod tidy 
go mod vendor
make test

IMG_TAG=v0.1.6 make release-manifests

⚠️ Refactored the unit tests after the 0.14.0 breaking change

@llDrLove llDrLove self-assigned this Jan 13, 2023
RunSpecsWithDefaultAndCustomReporters(t,
"Controller Suite",
[]Reporter{printer.NewlineReporter{}})
RunSpecs(t, "Controller Suite")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactored the same way as them here.

@llDrLove llDrLove marked this pull request as ready for review January 13, 2023 17:25
@llDrLove llDrLove merged commit 28a2bc0 into main Jan 16, 2023
@llDrLove llDrLove deleted the CON-8696-update-do-operator branch January 16, 2023 14:21
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.

None yet

2 participants