|
@@ -10,6 +10,9 @@ fi
|
|
|
# $1, if specified, is go build tags
|
|
# $1, if specified, is go build tags
|
|
|
if [ -z ${1+x} ]; then BUILD_TAGS=""; else BUILD_TAGS="$1"; fi
|
|
if [ -z ${1+x} ]; then BUILD_TAGS=""; else BUILD_TAGS="$1"; fi
|
|
|
|
|
|
|
|
|
|
+# At this time, gomobile doesn't support modules
|
|
|
|
|
+export GO111MODULE=off
|
|
|
|
|
+
|
|
|
# Don't use '-u' to force updates because the docker builds always pull
|
|
# Don't use '-u' to force updates because the docker builds always pull
|
|
|
# the latest versions. Outside of Docker, be aware that these dependencies
|
|
# the latest versions. Outside of Docker, be aware that these dependencies
|
|
|
# will not be overridden w/ new versions if they already exist in $GOPATH
|
|
# will not be overridden w/ new versions if they already exist in $GOPATH
|