diff --git a/tools/data-conversion/go.mod b/tools/data-conversion/go.mod index 5c5281979..29da9ac05 100644 --- a/tools/data-conversion/go.mod +++ b/tools/data-conversion/go.mod @@ -1,6 +1,6 @@ module github.com/OpenIMSDK/Open-IM-Server/tools/conversion -go 1.17 +go 1.18 require ( diff --git a/tools/data-conversion/mysql/mysql_test.go b/tools/data-conversion/mysql/mysql_test.go index 2ad001f60..634ab2fd6 100644 --- a/tools/data-conversion/mysql/mysql_test.go +++ b/tools/data-conversion/mysql/mysql_test.go @@ -45,5 +45,5 @@ func TestRequestConversion(t *testing.T) { // pass func TestChatLogsConversion(t *testing.T) { // If the printed result is too long, the console will not display it, but it can run normally - ChatLogsConversion() + //ChatLogsConversion() }