From df52e20448bd19acb4e4edcab0f1327355140c63 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Sun, 15 Sep 2024 15:38:26 +0100 Subject: [PATCH] Update Go mod toolchain to v1.22 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 449639ccd6a..d90acef280a 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/v2fly/v2ray-core/v5 -go 1.21 +go 1.22 -toolchain go1.21.4 +toolchain go1.22.7 require ( github.com/adrg/xdg v0.5.0