okx/exchain

Support go1.19,1.20

chenrui333 opened this issue · 3 comments

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

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.

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

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