-
Notifications
You must be signed in to change notification settings - Fork 6
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
Get stack trace error trying to search the database #11
Comments
I have Go installed not with brew but through official package on the website if that makes a difference. |
@lox Do you have any clue as to how one can fix this error? I just updated my mac and can't live without GitHub Jump not working. I am willing to submit a PR too. |
Sounds like golang/go#16331. Go 1.5 is very, very old, wanna update that too and try again? |
I downloaded the most recent version of Go from official installer on golang.org This command was entered in a new shell in iTerm. Does Alfred use different version of Go? I thought the workflow read a compiled binary, why does Go version matter? |
Oh interesting, your stack trace mentioned 1.5. Might be worth rebuilding the binary with a new golang?
… On 18 Aug 2018, at 8:45 pm, Nikita Voloboev ***@***.***> wrote:
Go 1.5 is very, very old, wanna update that too and try again?
nikivi% go version
go version go1.10.3 darwin/amd64
I downloaded the most recent version of Go from official installer on golang.org
This command was entered in a new shell in iTerm. Does Alfred use different version of Go? I thought the workflow read a compiled binary, why does Go version matter?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How would I do that? Clone this repo to something like ~/Desktop then run I am also curious, aren't you shipping a built binary with the workflow when a person downloads the released workflow? I have few Go workflows I built with AwGo and I just ship the binary with my workflow. |
It's been two years since I last looked at this project, so I'm a bit blurry on it. How did you install it? |
Ah-hah! Releases. |
Also appears I haven't been watching issues on this repo! 😱 I've put out a new release with a modern build chain. Can you let me know if v1.2.0 works for you @nikitavoloboev? Re-open if you see that issue again. |
It does, thank you. Only #13 has some issues. |
Interestingly, I just ran into this myself with a very recent golang. |
Here is the error I get:
The text was updated successfully, but these errors were encountered: