#go mod vendor inside dagger
1 messages · Page 1 of 1 (latest)
Looks like vendor/modules.txt is not available inside the container. Maybe an optimization that only sends *.go files ? No idea
go mod vendor inside dagger
When i do dagger call go env terminal i don't have the issue.
Fixed! Needed to add "!vendor/**/*", to cmd/dagger/.dagger/main.go's source's +ignore.
to have it included ?