Skip to content

Commit

Permalink
Use 'go Modules' and 'vendor' by default
Browse files Browse the repository at this point in the history
Signed-off-by: David Pordomingo <[email protected]>
  • Loading branch information
dpordomingo committed Apr 16, 2019
1 parent f8f18d1 commit 43bdcc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ DOCKERFILES=./docker/Dockerfile:$(PROJECT)
OS := $(shell uname)
CONFIG_FILE := config.yml

export GO111MODULE := on
export GOFLAGS := -mod=vendor

# SDK binaries
DUMMY_BIN := $(BIN_PATH)/dummy
LOOKOUT_SDK_BIN := $(BIN_PATH)/lookout-sdk
Expand Down

0 comments on commit 43bdcc4

Please sign in to comment.