From: Matt Joiner Date: Wed, 25 Jul 2018 09:10:08 +0000 (+1000) Subject: I think go get becomes go install for arbitrary commands X-Git-Tag: v1.0.0~54 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=823e810d8b77319bdc4ac6cc6d4f0a5a1f7086e0;p=btrtrc.git I think go get becomes go install for arbitrary commands --- diff --git a/.circleci/config.yml b/.circleci/config.yml index cc3a2d3e..f1919a1a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,7 +26,7 @@ jobs: - run: go test -bench . ./... # - run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/... - run: set +e; CGO_ENABLED=0 go test -v ./...; true - - run: go get golang.org/x/mobile/cmd/gomobile + - run: go install golang.org/x/mobile/cmd/gomobile - run: gomobile init - run: gomobile build -target=android $PROJECT_GO_PACKAGE - run: go get github.com/anacrolix/godo