mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-06 10:01:17 +01:00
Discovered in #6971. Go compiler cannot deduce proper type on 32bit architectures for those constants, in `fmt.Print(f)` functions. Since we only compare them with uint32 variables, it makes sense to add proper types to them. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>