textileio / go-textile

[DEPRECATED] Textile is a set of tools and infrastructure for building composable apps and services on the IPFS network
https://textile.io
MIT License
357 stars 43 forks source link

CircleCI unit-test with Go 1.13 image #918

Closed jsign closed 4 years ago

jsign commented 4 years ago

To migrate CircleCI to compile with Go 1.13:

jsign commented 4 years ago

Regarding the first checklist item: @sanderpick , is the textile/builder Dockerfile available? I imagine is just changing the URL tar file, rebuild, tag and upload.

sanderpick commented 4 years ago

Yep, the file is here: https://github.com/textileio/go-textile/blob/master/.circleci/Dockerfile

After re-building that image, you should now be able to push a new tag to docker hub

jsign commented 4 years ago

Nice. I'll let you know about any probs.