Currently if you're not using Fedora, you're kinda outta luck and you have to build from source. When I see a project written in Go, it's sad to see it just cannot be built directly with go tool, or doesn't offer binary builds.
Travis CI can attach binaries to your releases. For example: https://github.com/ahmetb/govvv/releases
You can use https://github.com/mitchellh/gox to provide cross platform builds in your travis build or so.
Please consider distributing binary builds.