Not sure on how to structure this.
In one repository we have multiple smaller dagger modules that are used in several other private repositories in our GitHub org. I've been using the Go toolchain linting for each modules, but I recently noticed that if I have a module that depends on another module that is adjacently located to this module, the linter fails with the following:
# <for one of the private dependencies>
failed to determine Git URL protocol
I've checked that I have the Git Credential Manager set up by reinstalling the dependency with dagger install.
Has anyone experienced this issue before?
An observation I have is that it is perfectly fine to lint the module in another private repository depending on a module from a different private repository.