-
Notifications
You must be signed in to change notification settings - Fork 47
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
Panic when used #65
Comments
I see nothing that you're doing wrong, and I can't seem to reproduce this yet:
|
|
try upgrading go to at least v1.11 (or higher), which is when go modules were introduced (and being used here to pin the version of dependencies) |
Upgraded to go v1.11.5 on osx, did the |
My fix: #75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, your tool looks useful, so I wanted to give it a try. I did:
go get github.com/wagoodman/bashful
And then I made a simple hello.yaml:
When i try to run it, I get a panic:
and so on.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: