https://bugzilla.redhat.com/show_bug.cgi?id=1100502
--- Comment #1 from Vincent Batts vbatts@redhat.com --- (In reply to IanB from comment #0)
Since updating to golang-1.2.2-2, I get error "go: cannot find GOROOT directory: /usr/lib64/golang" when trying to run a go program e.g. "go run main.go"
Adding a symbolic link fixes the issue:
ln -s /usr/lib/golang/ /usr/lib64/golang
This was a bug in this release of the golang rpm. It has since been resolved, and the symlink need not be there. Can you try golang-1.2.2-7.fc20.x86_64 and ensure this is fixed for you?