We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe978f commit 93898dfCopy full SHA for 93898df
Makefile
@@ -12,6 +12,7 @@ OUT_DIR = _output
12
13
export GOFLAGS
14
export TESTFLAGS
15
+export GO111MODULE=off
16
# May be used to set additional arguments passed to the image build commands for
17
# mounting secrets specific to a build environment.
18
export OS_BUILD_IMAGE_ARGS
hack/update-generated-bindata.sh
@@ -2,6 +2,7 @@
2
STARTTIME=$(date +%s)
3
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
4
5
6
go generate ./test/extended
7
8
os::build::setup_env
0 commit comments