Go module replace relative path works in local but not picking on github action
I am facing issue with the go module replace relative path not working on github action while it seems to work on local machine its picking ../common as we have common in root directory for two microservices inside root and common in root so we use replace to use local folder in our services.