Hello,
today I tried to install sapnwrfc_exporter using GO Version 1.20.5 on a linux-platform (SUSE).
"go build" was throwing an error due to mismatch of required repository names (SAP/gorfc vs. sap/gorfc).
I think in github the repository is called SAP/gorfc whereas inside go.mod/go.sum the repo is named sap/gorfc.
Workaround:
When switching back to GO 1.19.x the error disappeared.
Hello, today I tried to install sapnwrfc_exporter using GO Version 1.20.5 on a linux-platform (SUSE). "go build" was throwing an error due to mismatch of required repository names (SAP/gorfc vs. sap/gorfc). I think in github the repository is called SAP/gorfc whereas inside go.mod/go.sum the repo is named sap/gorfc.
Workaround: When switching back to GO 1.19.x the error disappeared.
Do you know a way to fix this? Regards, Andreas