downgrade go.mod to Go 1.19

This commit is contained in:
Marten Seemann 2023-08-21 15:02:37 +07:00
parent 93f95d2ef9
commit c42e57b51c

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/filecoin-project/lotus
go 1.20
go 1.19
retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.