Browse Source

fix:go.mod版本降级

Roc 11 months ago
parent
commit
7e502d43c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module eta/eta_index_lib
 
-go 1.21.7
+go 1.19.4
 
 require (
 	github.com/beego/bee/v2 v2.1.0