error fix?
Egida opened this issue · 1 comments
Egida commented
github.com/bjarneo/rip/utils
utils/init.go:11:19: time.Now().UnixMilli undefined (type time.Time has no field or method UnixMilli)
utils/init.go:19:15: future.UnixMilli undefined (type time.Time has no field or method UnixMilli)
utils/init.go:34:15: undefined: os.ReadFile
note: module requires Go 1.17
bjarneo commented
Hi, if you have a look at the error message it says that you have to use go 1.17. Will update the docs with this information as well. Thanks