Skip to content

Commit

Permalink
Merge pull request skydive-project#2099 from lebauce/fix-packaging
Browse files Browse the repository at this point in the history
Makefile: check for GO111MODULE before running go mod download
  • Loading branch information
safchain authored Nov 4, 2019
2 parents 2c39867 + 99c5016 commit d0e4169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ skydive.clean:

.PHONY: moddownload
moddownload:
ifeq (${GO111MODULE}, on)
go mod download
endif

.PHONY: genlocalfiles
genlocalfiles: $(EXTRA_BUILD_TARGET) .proto .bindata .gendecoder .easyjson .vppbinapi
Expand Down

0 comments on commit d0e4169

Please sign in to comment.