Team-Kujira / core

55 stars 36 forks source link

Add Go version enforcement in Makefile #19

Closed Relyte closed 1 year ago

Relyte commented 1 year ago

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.

Thanks jasonsopko for the initial PR on Jackal that served as the basis for this PR (https://github.com/JackalLabs/canine-chain/pull/298).