Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

Update golang version to 1.20 #664

Closed 0Tech closed 1 year ago

0Tech commented 1 year ago

Summary

We should stop using deprecated golang version 1.18 and update the minimum required golang version to 1.19 or later.

Refer: Finschia/finschia#228

Problem Definition

We should use the maintained versions of golang to get updated with various patches, including security patches.

Proposal

Change the minimum required golang version to 1.20, and update the relevant configs & logics.


For Admin Use