diff --git a/scripts/install_native.sh b/scripts/install_native.sh index acd16b3..6ecd47f 100755 --- a/scripts/install_native.sh +++ b/scripts/install_native.sh @@ -259,6 +259,11 @@ if [ "$SKIP_BUILD" = false ]; then # Fix Go module dependencies echo "📦 Updating Go module dependencies..." + + # Ensure we're using the local module + export GOPROXY=direct + export GOSUMDB=off + go mod tidy # Install Go dependencies