For some reason, I am not allowed to use the N-2 latest Golang versions on production (1.21 and 1.20).
And my unit-tests that are using pgxmock failed when I run using Golang 1.19.
I have questions:
do you have any specific reasons to supports only Golang 1.21 for pgxmock?
do you have any idea how to make the pgxmock compatible with Golang 1.19?
Thank you for this awesome pgxmock libray...
For some reason, I am not allowed to use the N-2 latest Golang versions on production (1.21 and 1.20). And my unit-tests that are using pgxmock failed when I run using Golang 1.19.
I have questions:
Thank you.