Browse Source

Update go.mod to specify Go 1.22

MHSanaei 1 year ago
parent
commit
937285ea3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module x-ui
 
-go 1.21.4
+go 1.22
 
 require (
 	github.com/Calidity/gin-sessions v1.3.1