syself / cluster-api-provider-hetzner

Cluster API Provider Hetzner :rocket: The best way to manage Kubernetes clusters on Hetzner, fully declarative, Kubernetes-native and with self-healing capabilities
https://caph.syself.com
Apache License 2.0
619 stars 58 forks source link

🌱 update mockery version on the repo #1312

Closed kranurag7 closed 4 months ago

kranurag7 commented 4 months ago

this was breaking on remote system so this commit updates mockery to latest version.

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer:

Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

TODOs:

kranurag7 commented 4 months ago

you should run unit tests locally before you trigger the CI. I could imagine that it panics

Yes I ran and it passed but I was on go 1.22.1 on my system so wasn't able to catch it.