Skip to content

darren/golang-on-centos5

Repository files navigation

Build Go on CentOS5

WARNING: Go has never been supported on CentOS5, use on your own risk.

Building using docker

Ensure that wget patch docker are installed on host then run build.sh

go${VERSION}-CentOS5.linux-amd64.tar.xz will be copied on current diretory if successfully built.

Prebuilt binary can be downloaded from releases

References

  1. How to install Go 1.1 on CentOS 5.9 by Dave Cheney