From d4eb5975753e8069c57f673ee6623aec95c7c18d Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Sat, 25 Apr 2026 13:35:10 +0800 Subject: [PATCH] =?UTF-8?q?chore(go):=20=E6=9B=B4=E6=96=B0=20Go=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=B0=201.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 go.mod 中的 Go 版本从 1.25 升级到 1.26 - 保持其他依赖项不变 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c36def9..9b3e455 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module dypid -go 1.25 +go 1.26 require ( github.com/gin-contrib/cors v1.7.6