Skip to content

Conversation

@yoonsio
Copy link
Contributor

@yoonsio yoonsio commented Oct 31, 2025

livekit-cli major and minor versions must match server-sdk-go versions.

ref HA-304

echo "livekit-cli: $livekit_cli_ver ($livekit_cli_major_minor)"
echo "server-sdk-go: $server_sdk_go_ver ($server_sdk_go_major_minor)"
if [ "$livekit_cli_major_minor" != "$server_sdk_go_major_minor" ]; then
echo "❌ Version mismatch: livekit-cli ($livekit_cli_major_minor) ≠ server-sdk-go ($server_sdk_go_major_minor)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove the non-text characters

@yoonsio yoonsio merged commit 1106c08 into main Oct 31, 2025
9 checks passed
@yoonsio yoonsio deleted the sy/gh-sdk-version-check branch October 31, 2025 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants