LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Support Go 1.20 #108

Closed matjazv closed 8 months ago

matjazv commented 1 year ago

Description

In February 2023 a new version of Go 1.20 was released. https://go.dev/blog/go1.20

It includes some memory overhead and CPU performance improvements as well as build execution time was reduced by up to 10%. It also got some new compilation flags like -pgo and -cover.

Acceptance Criteria

shuse2 commented 8 months ago

Updated to 1.21 with #131 to pass the CI