Skip to content

v3: Installation issues #2106

Closed
Closed
@wayneashleyberry

Description

@wayneashleyberry

Hi 👋 I'm trying to follow the installation instructions in the readme and have been running into some issues. First, my setup:

bash-5.0$ go version
go version go1.12.5 darwin/amd64
export GO111MODULE=on

There is no goa available in my $PATH and $PATH does include $HOME/go/bin

bash-5.0$ which goa
bash-5.0$ echo $?
1

I try the go get commands:

bash-5.0$ go get -u goa.design/goa/v3
go: finding github.com/manveru/faker latest
go: finding github.com/manveru/gobdd latest
go: finding github.com/google/gxui latest
go: finding github.com/zach-klippenstein/goregen latest
go: finding github.com/dimfeld/httppath latest
go: finding golang.org/x/tools latest
go: finding golang.org/x/sync latest
go: finding golang.org/x/lint latest
go: finding golang.org/x/oauth2 latest
go: finding golang.org/x/net latest
go: finding golang.org/x/sys latest
go: finding golang.org/x/crypto latest
go: finding golang.org/x/time latest
go: finding gopkg.in/check.v1 latest
go: finding google.golang.org/genproto latest
go: finding github.com/jstemmer/go-junit-report latest
go: finding honnef.co/go/tools latest
go: finding github.com/golang/glog latest
go: finding github.com/google/pprof latest
go: finding github.com/globalsign/mgo latest
go: finding golang.org/x/exp latest
go: finding github.com/mailru/easyjson latest
go: finding github.com/PuerkitoBio/urlesc latest
go: finding github.com/asaskevich/govalidator latest
go: finding golang.org/x/mobile latest
go: finding golang.org/x/image latest
go: finding github.com/BurntSushi/xgb latest
go: finding github.com/smartystreets/goconvey latest
go: finding github.com/smartystreets/assertions latest
go: finding github.com/gopherjs/gopherjs latest
bash-5.0$ echo $?
0
bash-5.0$ go get -u goa.design/goa/v3/...
go: finding goa.design/goa/v3/... latest
go get goa.design/goa/v3/...: no matching versions for query "latest"
bash-5.0$ echo $?
1

The first go get command seems to be successful, but the second is not and there is no goa binary available:

bash-5.0$ goa version
bash: goa: command not found
bash-5.0$ $HOME/go/bin/goa version
bash: /Users/wayneberry/go/bin/goa: No such file or directory
bash-5.0$ ./goa version
bash: ./goa: No such file or directory

Not sure what to do now. I realise this might be an issue with Go and not Goa, but whatever the workaround is we should at least update the readme :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions