You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2024. It is now read-only.
使用root账号运行main.go,但出现错误无法启动。
root@vultr:~/test/wechatbot# go run main.go
go: downloading github.com/eatmoreapple/openwechat v1.4.1
go: downloading github.com/robfig/cron/v3 v3.0.0
go: downloading golang.org/x/text v0.8.0
github.com/eatmoreapple/openwechat
/root/go/pkg/mod/github.com/eatmoreapple/openwechat@v1.4.1/caller.go:514:14: undefined: os.CreateTemp
note: module requires Go 1.18
wechatbot/config
config/config.go:34:12: undefined: os.ReadFile
note: module requires Go 1.20