mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-09 14:41:31 +02: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>