首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何部署openbazaar-转到heroku

如何部署openbazaar-转到heroku
EN

Stack Overflow用户
提问于 2020-06-10 02:27:01
回答 1查看 50关注 0票数 0

如何部署openbazaar-go to heroku?

我得到了go项目go get github.com/OpenBazaar/openbazaar-go

已创建heroku git heroku create

推送git更改git push heroku master

但是得到了错误

代码语言:javascript
复制
remote: -----> Checking Godeps/Godeps.json file.
remote: parse error: Invalid numeric literal at line 2504, column 8
remote:  !!    Bad Godeps/Godeps.json file
remote:  !     Push rejected, failed to compile Go app.
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !       Push rejected to pacific-stream-51465.

结构go

代码语言:javascript
复制
github.com
└──OpenBazaar
   └── openbazaar-go
        └──`heroku create` (this I created git project)

此项目具有任何子存储库

EN

回答 1

Stack Overflow用户

发布于 2020-06-10 05:02:10

你使用的是什么版本的Golang?OpenBazaar主要运行在1.11上,目前没有设置好在1.13和更高版本上运行。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62289487

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档