From 9ccb5f95a4f65c3108bd44c8246160e88e4b588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 16 Mar 2026 09:42:35 +0800 Subject: [PATCH] .gitignore --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5e5f474..e767071 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module customer-server -go 1.25.5 +go 1.25.7 replace gitea.com/red-future/common => ../common