Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error scaffolding a chain #1380

Closed
fadeev opened this issue Jul 17, 2021 · 3 comments · Fixed by #1388
Closed

Error scaffolding a chain #1380

fadeev opened this issue Jul 17, 2021 · 3 comments · Fixed by #1388
Assignees
Labels
Milestone

Comments

@fadeev
Copy link
Contributor

fadeev commented Jul 17, 2021

Describe the bug

starport scaffold chain github.com/cosmonaut/voter
go: github.com/tendermint/spm@v0.0.0-20210625155357-5a2c8d79013b: invalid version: unknown revision 5a2c8d79013b
: exit status 1

We have more than one report of this error.

Please provide output of commands

  • starport version: starport version v0.17.0 darwin/amd64 -build date: 2021-07-15T18:34:28Z
  • go version: 1.16
@fadeev fadeev added the report label Jul 17, 2021
@gwshan
Copy link

gwshan commented Jul 17, 2021

[gwshan@gshan ~]$ go version
go version go1.13.15 linux/amd64
[gwshan@gshan ~]$ uname -a
Linux gshan 5.3.7-301.fc31.x86_64 #1 SMP Mon Oct 21 19:18:58 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

@kcelestinomaria
Copy link

kcelestinomaria commented Jul 18, 2021

Your environment's go version is a bit behind what is required to run starport successfully, upgrade to go1.16 and above @gwshan . Go versions older than 1.16 are not supported(https://docs.starport.network/getting-started/) . Try upgrading with this github gist instructions: https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753

@fadeev fadeev added this to the v0.17.1 milestone Jul 19, 2021
@lumtis lumtis linked a pull request Jul 19, 2021 that will close this issue
@fadeev
Copy link
Contributor Author

fadeev commented Jul 23, 2021

Updating a dependency to github.com/tendermint/spm v0.1.0 should fix this issue. The linked PR includes an updated go.mod. Will be released as part of v0.17.1.

@fadeev fadeev closed this as completed Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants