Go version returns unknown

I just installed the latest Go binary package.

Got it to /usr/local - no probs!

`go version’ returns “unknown”

???

What OS are you on? Did you install it manually or using a package manager?

I’m on a Linux box: antiX23.2

I DLed the binary package, and like I said, installed it to /usr/local.

No pkg manager used because the version available on Debian seemed way too old compared to the latest version.

Tried to install from source - but what a bloody PITA! I gave that up as a bad joke - I’m hanging in there. If I can set it up, that would be great!

Thx for the reply!!

I just re-installed the binary package for Linux.

All is well:

$ go version
go version go1.25.5 linux/amd64

Thx!!

Ahhh. Sweet! Glad you were able to get that resolved!