[Golang] TVM Golang API is not compatiable with Golang version > 1.12.0

Hi, I am trying to execute a neural model inference by following this tutorial TVM Golang Runtime for Deep Learning Deployment . However, the golang package gotvm is built on top of TVM’s C runtime interface. It means I need to compile this package into a binary-package gotvm.a. The real problem is that the golang team no longer supports the import of the binary-package with golang version > 1.12.0. How to solve this problem in addition to degrade Golang?