From fd2ca7482211cd0185763caa4961ab7d6780918f Mon Sep 17 00:00:00 2001 From: RPRX <63339210+RPRX@users.noreply.github.com> Date: Tue, 8 Sep 2026 08:44:33 +0000 Subject: [PATCH] go.mod: Specify Go 1.27.x https://github.com/XTLS/Xray-core/pull/6327#issuecomment-5581777988 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a717e8029..b4ccc086b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/xtls/xray-core -go 1.26 +go 1.27 require ( github.com/apernet/quic-go v0.61.1-0.20260806010916-184d081eef3e