-
Notifications
You must be signed in to change notification settings - Fork 36
go-bindata no matching versions for query "latest" #85
Comments
I'm running into the same problem. I have the latest version of Here is what I'm getting:
After installing manually
It looks like bindata is on version I'm working on a tutorial for an interview, any help is appreciated! |
Maybe did you try It is possible that you already have a previous - not compatible - version of |
Turns out I had issues with my GOPATH and just got it figured out. I had tried Thank you for the response @Tosch110 ! |
Hey thanks for everyone checking out this repo. The team at AiB has been working on a scaffold tool that enables many more features. you can find it here: https://github.com/tendermint/starport/. I would recommend using it and opening issues with anything you run into. |
I had a similar issue, not the same issue, but then oddly it turned into this same issue. To troubleshoot first run After installing go version 1.14.6, cloning the scaffold repository, and running I fixed this by adding the proper path to the If you’re using Bash as your shell, as I am, don’t forget to add the above to your |
@Dmitry1007 this is great thank you! My friend who used to teach go told me that every go workshop starts with fixing everyone's path lol |
I have With
And am getting the following after running I have also tried |
Trying to install scaffold from scratch did throw the following error:
Installing manually
go get github.com/go-bindata/go-bindata
did solve this.The text was updated successfully, but these errors were encountered: