The hypgotoe documentation mentions the keys gotoecolor and gotoebordercolor. It seems the former is not defined at all, and the latter errors. Here's an example.
\documentclass{article}
\usepackage{xcolor,hypgotoe}
%\hypersetup{gotoecolor=red} % undefined key
\hypersetup{gotoebordercolor=red}
\begin{document}
\end{document}