From 0d0edb00768806cfb7e743d23ebd15becd4db7eb Mon Sep 17 00:00:00 2001 From: Fuyao Date: Mon, 3 Nov 2025 10:38:46 +0800 Subject: [PATCH] =?UTF-8?q?go=E7=89=88=E6=9C=AC?= 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 0667b7e..81f17db 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.whblueocean.cn/blueocean-go/response -go 1.18 +go 1.24.0 require ( github.com/gin-gonic/gin v1.11.0