Hi,
I'm trying to build a go project that has a dependency stored in one of our company's private github repos, the pull of the branch works, however the build step always fails with:
┃ Host key verification failed.
┃ fatal: Could not read from remote repository.
when trying to retrieve the dependency via ssh. Googling 'Host key verification failed' suggests it failing to be added to the known hosts, I've tried adding SSHKnowHosts in with the gitreftreeops but the format isn't clearly documented and it seems to make no difference.
Please find the sanitised code attached.
Any advice on what I'm doing wrong here would be appreciated
Thanks
Chris