From db29914d9f41006dd9810088276f7f06f5107ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Fri, 3 Apr 2026 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?golang=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A71.26.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdca99b..0b0aa52 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module PPGo_Job -go 1.25.0 +go 1.26.0 require ( github.com/astaxie/beego v1.12.3