From 7606ec132b57b961ed7b1d4a12b3adbe44ce9894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:39:36 +0800 Subject: [PATCH] Change Go version in go.mod Updated Go version from 1.23.0 to 1.20 and removed toolchain specification. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index aeac62ed..0a5fe897 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/FloatTech/ZeroBot-Plugin -go 1.23.0 - -toolchain go1.24.5 +go 1.20 require ( github.com/Baidu-AIP/golang-sdk v1.1.1