2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-11 15:14:52 +00:00

Pin gomobile to latest working commit

This commit is contained in:
dmitry 2019-08-28 16:53:30 +03:00 committed by Dmitry Shulyak
parent 7454586889
commit 0b403ce25b

@ -212,7 +212,8 @@ xgo-install:
go get -u github.com/karalabe/xgo
gomobile-install: xtools-install
go get golang.org/x/mobile/cmd/gomobile
go get -d golang.org/x/mobile/cmd/gomobile
cd $(GOPATH)/src/golang.org/x/mobile && git checkout 30c70e3810e97d051f18b66d59ae242540c0c391 && go install ./cmd/gomobile
release-install:
go get -u github.com/c4milo/github-release