Chore: Migrate to Go 1.25 (#5024)

* Try to update to go1.25

* Remove unsafe usage
This commit is contained in:
风扇滑翔翼
2025-08-15 22:50:35 +08:00
committed by GitHub
parent 836b6487e4
commit 5a8e9c25a4
2 changed files with 5 additions and 6 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/xtls/xray-core
go 1.24
go 1.25
require (
github.com/cloudflare/circl v1.6.1