jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
566 stars 59 forks source link

[BUG] build fails on 32 bit system #65

Closed maxsupermanhd closed 3 years ago

maxsupermanhd commented 3 years ago

Describe the bug I am failing to build this package on raspberry pi 3b because of integer overflow here https://github.com/jaswdr/faker/blob/v1.4.2/payment.go#L26

image

jaswdr commented 3 years ago

thanks for the report @maxsupermanhd I've already a fix for it in #66, something else that I'll check is how to run the tests in 32bits machines, or even ARM ones has you mentioned

jaswdr commented 3 years ago

New version v1.4.3 is released with the fix, @maxsupermanhd please update your local version and try again