Find out the version of Go a Binary was built with? April 6, 2024 by Tarik The following command should do it: # strings binary_path | grep 'go1\.' go1.5.3