okx / exchain

⛓️ EVM & Wasm $ IBC-compatible, OKTC is a L1 blockchain network built on top of Cosmos SDK that aims for optimal interoperability and performance ✨
https://www.okx.com/oktc
Other
564 stars 181 forks source link

Support go1.19,1.20 #3038

Open chenrui333 opened 1 year ago

chenrui333 commented 1 year ago

Not sure why the build only support 1.17.x as it is no longer maintained in the upstream.

cwbhhjl commented 1 year ago

The "1.17" in go.mod is the minimum required version for compilation. You can use the latest version of Go to compile, and we will also update go.mod later.

chenrui333 commented 1 year ago

make sense, it might be good to also compile as part of CI though.

cwbhhjl commented 1 year ago

We will also update related parts in the future, such as Dockerfile, CI.