Hi, I try to use dagger module behind coorporate proxy. I use the dagger 0.11.4. This version must include PR thar permit to use dagger module with proxy. Is not the prupose of https://github.com/dagger/dagger/pull/7255 to use dagger module with proxy ?
I have checked that my dagger engine is on the right version (0.11.4) and have the HTTP_PROXY and HTTPS_PROXY setted (via ~/.docker/config.json) ..
When I run dagger install github.com/kpenfound/dagger-modules/golang@v0.1.11 it seems to access direclty on internet instead to use proxy ...