Selaa lähdekoodia

fix:go.mod版本降级

Roc 1 vuosi sitten
vanhempi
commit
7e502d43c6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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