]> Sergey Matveev's repositories - btrtrc.git/commitdiff
I think go get becomes go install for arbitrary commands
authorMatt Joiner <anacrolix@gmail.com>
Wed, 25 Jul 2018 09:10:08 +0000 (19:10 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 25 Jul 2018 09:10:08 +0000 (19:10 +1000)
.circleci/config.yml

index cc3a2d3ef50d583ae45e9fba2bf6b17aebd790ab..f1919a1a31e2a5220b808ff4f4ee5a60a7716445 100644 (file)
@@ -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