Implementing GO language

Has anyone tried to implement the Go language running on a Cyclone V using the Linux OS?

I haven’t tried it, but looking at their Getting Started page has this:
“Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet”

Sounds like ARM might be shaky, but then there’s a GoArm github project here: https://github.com/golang/go/wiki/GoArm

Good luck, let us know how it goes.