You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to follow the installation instructions to go get -u github.com/uber/astro/astro/cli/astro fails to produce binary
docker run -v /tmp/bin:/go/bin golang:1.11 go get -u github.com/uber/astro/astro/cli/astro
# github.com/uber/astro/astro
src/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
The text was updated successfully, but these errors were encountered:
what
go get -u github.com/uber/astro/astro/cli/astro
fails to produce binaryThe text was updated successfully, but these errors were encountered: