You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens because math.MaxUint32 is an untyped constant with a value of 4294967295, which exceeds the maximum value representable by an int on 32-bit platforms (which is 2,147,483,647).