mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 01:40:21 +00:00
Instead of requiring major.minor.x, it makes sense, in our CI, to test major.minor.<latest>. Without this, it is possible that the CI has a cached version which is not yet the latest version. This is a problem, as the current cached version on some workers is 1.18.5, which has a CVE. Forcing the latest would fix it.