gardener / etcd-backup-restore

Collection of components to backup and restore the etcd of a Kubernetes cluster.
Apache License 2.0
289 stars 100 forks source link

Enhance the `check` make target to ensure the Go version adheres to `x.y.0`. #803

Closed renormalize closed 5 days ago

renormalize commented 1 week ago

What this PR does / why we need it:

Enhance the check make target to ensure the Go version adheres to x.y.0.

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

The diff in the mocks.go file is just an import order rearrange that automatically happened after running make check.

Release note:

Enhanced the `check` make target to ensure the Go version adheres to `x.y.0`.