Skip to content

Commit

Permalink
fix: removed GO111MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
baizon committed Jul 20, 2024
1 parent 604bc9b commit 0f7fca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ PATH := $(PATH):$(GOPATH)/bin
catch:
@echo "Choose a make target."
envinit:
#git submodule update --init --recursive
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml.
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.59.0
go install github.com/vektra/mockery/v2@latest
Expand All @@ -28,7 +29,7 @@ envinit:
go install golang.org/x/mobile/cmd/gomobile@latest
# The gomobile/gobind libs are also needed when using `gomobile bind`, but it's not compatible with vendoring:
# https://github.com/golang/go/issues/50994#issuecomment-1032754206
GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
#GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
gomobile init
# Initializiation on MacOS
# - run make from $GOPATH/src/github.com/BitBoxSwiss/bitbox-wallet-app
Expand Down

0 comments on commit 0f7fca0

Please sign in to comment.