From 0377ef6436b07852b27b87f7f7cc95f018a5139a Mon Sep 17 00:00:00 2001 From: database64128 Date: Mon, 19 Aug 2024 19:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=A4=B4=EF=B8=8F=20gomod:=20bump=20go=20versi?= =?UTF-8?q?on=20to=201.23.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 8685028..b553476 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/database64128/swgp-go -go 1.22.2 +go 1.23.0 require ( go.uber.org/zap v1.27.0