This PR adds Go version enforcement when running make build or make install.
This PR sets the acceptable Go versions to 1.19.3 through 1.19.7. This should be changed to enforce 1.20+ once v0.8.4 is implemented since the cosmos-sdk 0.47 bumps it to 1.20. This can also be modified to ignore patch version if desired.
This PR adds Go version enforcement when running
make build
ormake install
.This PR sets the acceptable Go versions to 1.19.3 through 1.19.7. This should be changed to enforce 1.20+ once v0.8.4 is implemented since the cosmos-sdk 0.47 bumps it to 1.20. This can also be modified to ignore patch version if desired.
Thanks jasonsopko for the initial PR on Jackal that served as the basis for this PR (https://github.com/JackalLabs/canine-chain/pull/298).