Skip to content

Commit 93898df

Browse files
committed
update Makefile to set GO11MODULE=off and generate test/extended
1 parent dbe978f commit 93898df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ OUT_DIR = _output
1212

1313
export GOFLAGS
1414
export TESTFLAGS
15+
export GO111MODULE=off
1516
# May be used to set additional arguments passed to the image build commands for
1617
# mounting secrets specific to a build environment.
1718
export OS_BUILD_IMAGE_ARGS

hack/update-generated-bindata.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
STARTTIME=$(date +%s)
33
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
44

5+
export GO111MODULE=off
56
go generate ./test/extended
67

78
os::build::setup_env

0 commit comments

Comments
 (0)