arl / statsviz

🚀 Visualise your Go program runtime metrics in real time in the browser
MIT License
3.19k stars 121 forks source link

Why do not support go1.19 #101

Closed lycheezhou closed 11 months ago

lycheezhou commented 1 year ago

image

arl commented 1 year ago

Hi @lycheezhou thanks for reporting. Statsviz go.mod indicates a minimum go version of 1.17. So you can use Statsviz with any go version that is at least 1.17. I'm indeed compiling Statsviz successfully as we speak with go1.19.

So I don't really understand this error message in the context of Statsviz main go.mod file. This seems printed by some code editor, seemly Goland. What are you trying to do? And what is not working?

Thanks