|
@@ -9,9 +9,8 @@ if [ -z ${2+x} ]; then BUILD_TAGS=""; else BUILD_TAGS="$2"; fi
|
|
|
# Note:
|
|
# Note:
|
|
|
# clangwrap.sh needs to be updated when the Go version changes.
|
|
# clangwrap.sh needs to be updated when the Go version changes.
|
|
|
# The last version was:
|
|
# The last version was:
|
|
|
-# https://github.com/golang/go/blob/go1.17.13/misc/ios/clangwrap.sh
|
|
|
|
|
-# - with a patch to lower -mios-version-min to 7.0
|
|
|
|
|
-GO_VERSION_REQUIRED="1.17.13"
|
|
|
|
|
|
|
+# https://github.com/golang/go/blob/go1.19.2/misc/ios/clangwrap.sh
|
|
|
|
|
+GO_VERSION_REQUIRED="1.19.2"
|
|
|
|
|
|
|
|
# At this time, we don't support modules
|
|
# At this time, we don't support modules
|
|
|
export GO111MODULE=off
|
|
export GO111MODULE=off
|