Browse Source

chore: update minimum go version to 1.20

AkinoKaede 2 years ago
parent
commit
686ade1eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/v2fly/v2ray-core/v5
 
-go 1.19
+go 1.20
 
 require (
 	github.com/adrg/xdg v0.4.0