ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.2k stars 175 forks source link

go: download go1.22 for linux/amd64: toolchain not available #2154

Closed terminaldweller closed 1 month ago

terminaldweller commented 1 month ago

trying to build ergo, I get this:

go: download go1.22 for linux/amd64: toolchain not available

Tracking it down, there is this issue: https://github.com/golang/go/issues/65568

slingamn commented 1 month ago

Check go version and which go; I think you have Go 1.21 installed.

terminaldweller commented 1 month ago

the problem no longer exists. I had a borked gvm. cloned master and built using go1.22.3 without a problem. thanks.