From fc837ae148c0b49f319f9e0b484014e59317daea Mon Sep 17 00:00:00 2001 From: rootmelo92118 <32770959+rootmelo92118@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:01:51 +0800 Subject: [PATCH] Update go.mod (#2211) It just a new try. If it has any problem after merge, it will be revert immediately. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ee04d98b..1ac0db7a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/v2fly/domain-list-community -go 1.21 +go 1.22 toolchain go1.22.2