Selaa lähdekoodia

fix:go.mod版本降级

Roc 1 vuosi sitten
vanhempi
commit
d729c1788d
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.19.4
+go 1.19
 
 require (
 	github.com/beego/bee/v2 v2.1.0