fix: fix CI failures - gradlew permission and Go formatting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
KoheiYamashita 2026-02-20 11:00:40 +09:00
parent 643aa0d47c
commit d9279c08cc
6 changed files with 15 additions and 16 deletions

0
android/gradlew vendored Normal file → Executable file
View file

View file

@ -263,4 +263,3 @@ func (c *WebSocketChannel) readPump(conn *websocket.Conn, clientID, chatID strin
c.HandleMessage(senderID, chatID, content, media, metadata) c.HandleMessage(senderID, chatID, content, media, metadata)
} }
} }