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

Cannot install CLI using Go v1.12 on a Mac #28

Closed
Botono opened this issue Mar 25, 2019 · 2 comments
Closed

Cannot install CLI using Go v1.12 on a Mac #28

Botono opened this issue Mar 25, 2019 · 2 comments

Comments

@Botono
Copy link

Botono commented Mar 25, 2019

18:26 $ go get -u github.com/uber/astro/astro/cli/astro
# github.com/uber/astro/astro
../github.com/uber/astro/astro/sessions.go:176:14: cannot use func literal (type func(dag.Vertex) error) as type dag.WalkFunc in argument to graph.Walk
18:26 $ go version
go version go1.12 darwin/amd64
@dansimau
Copy link
Contributor

Can you try running:

GO111MODULE=on go get github.com/uber/astro/astro/cli/astro

I think this should work. If so, I'll update the readme.

@Botono
Copy link
Author

Botono commented Mar 25, 2019

That worked, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants