[ERROR] Failed to set version on github.com/getsentry/raven-go to 32a13797442ccb601b11761d74232773c1402d14: Unable to update checked out version: exit status 128
It is because we copy cached repos from host into docker. And in docker, if the git submodule ref to an absolute path, it would fail since that path would not exist in the docker container.
When fetch repos in docker, we would get
It is because we copy cached repos from host into docker. And in docker, if the git submodule ref to an absolute path, it would fail since that path would not exist in the docker container.