Skip to content

Commit 9207229

Browse files
committed
enables Go modules in case of launching tasks from Makefile
1 parent c76a4f2 commit 9207229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export GO111MODULE := on
2+
13
all: clean lint test
24

35
test:

0 commit comments

Comments
 (0)