From 6cc346b9df17e9856fd3fe14ed9281c712f2ba31 Mon Sep 17 00:00:00 2001 From: keengo99 <3189199@qq.com> Date: Thu, 5 Dec 2024 15:50:05 +0800 Subject: [PATCH] test go.mod --- test/test_framework/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_framework/go.mod b/test/test_framework/go.mod index c89ef53..cecaf2a 100644 --- a/test/test_framework/go.mod +++ b/test/test_framework/go.mod @@ -1,6 +1,6 @@ module test_framework -go 1.22.5 +go 1.21 require ( github.com/gorilla/websocket v1.5.3