procfile: avoid recursive calls for golang bulidpack
Otherwise as the command it's calling has the same name than the generated process binary, it ends up calling itself.
One fix would be to use the full path instead of just the name for the process entry upstream, but that will take a bit more time.
Bug: T363417 Signed-off-by: David Caro dcaro@wikimedia.org