Skip to content

Commit 6b52cf6

Browse files
committed
fix: removed GO111MODULE
1 parent 5bfa2f2 commit 6b52cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ PATH := $(PATH):$(GOPATH)/bin
2020
catch:
2121
@echo "Choose a make target."
2222
envinit:
23+
#git submodule update --init --recursive
2324
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml.
2425
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.59.0
2526
go install github.com/vektra/mockery/v2@latest
@@ -28,7 +29,7 @@ envinit:
2829
go install golang.org/x/mobile/cmd/gomobile@latest
2930
# The gomobile/gobind libs are also needed when using `gomobile bind`, but it's not compatible with vendoring:
3031
# https://github.com/golang/go/issues/50994#issuecomment-1032754206
31-
GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
32+
#GO111MODULE=off go get -u golang.org/x/mobile/cmd/gomobile
3233
gomobile init
3334
# Initializiation on MacOS
3435
# - run make from $GOPATH/src/github.com/BitBoxSwiss/bitbox-wallet-app

0 commit comments

Comments
 (0)