Browse Source

Update Go mod toolchain to v1.22

Shelikhoo 1 year ago
parent
commit
df52e20448
1 changed files with 2 additions and 2 deletions
  1. 2 2
      go.mod

+ 2 - 2
go.mod

@@ -1,8 +1,8 @@
 module github.com/v2fly/v2ray-core/v5
 module github.com/v2fly/v2ray-core/v5
 
 
-go 1.21
+go 1.22
 
 
-toolchain go1.21.4
+toolchain go1.22.7
 
 
 require (
 require (
 	github.com/adrg/xdg v0.5.0
 	github.com/adrg/xdg v0.5.0