singnet / snet-daemon

Service Daemon exposes an AI application as an API that is accessible through the SingularityNET Network. It handles all interaction with the blockchain for authorization and payment using AGI tokens and passes through API calls to the AI application.
MIT License
46 stars 49 forks source link

Upgrade Go compiler version of Mac OS X cross compilation scripts to 1.15 #529

Closed vsbogd closed 3 years ago

vsbogd commented 3 years ago

According https://github.com/singnet/snet-daemon/issues/201#issuecomment-475133084 we can increase GO_VERSION to 1.15 in scripts/build-xgo and remove unnecessary patches after https://github.com/singnet/snet-daemon/pull/519 is merged.

anandrgitnirman commented 3 years ago

Error when we use 1.14 or higher Checking for required docker image karalabe/xgo-1.14.x... not found!

Checking for required docker image karalabe/xgo-1.13.x... found.