Makefile: export GO111MODULE=on

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet
2020-04-07 10:38:13 +02:00
parent 026425117d
commit c9900d6a57
2 changed files with 3 additions and 1 deletions

View File

@@ -18,4 +18,4 @@ jobs:
- name: Run tests - name: Run tests
script: make --always-make test script: make --always-make test
- name: Run e2e tests - name: Run e2e tests
script: GO111MODULE=on ./tests/e2e/travis-e2e.sh script: ./tests/e2e/travis-e2e.sh

View File

@@ -1,5 +1,7 @@
SHELL=/bin/bash -o pipefail SHELL=/bin/bash -o pipefail
export GO111MODULE=on
BIN_DIR?=$(shell pwd)/tmp/bin BIN_DIR?=$(shell pwd)/tmp/bin
EMBEDMD_BIN=$(BIN_DIR)/embedmd EMBEDMD_BIN=$(BIN_DIR)/embedmd