Ran through the Dagger demo, then tried to run dagger init --sdk=go and I'm seeing this error over and over again in logs:
git init --bare in /go/pkg/mod/cache/vcs/d734c3a6ab88fcf6cd7b74ee7260b1c55713a27a59b0a8ec2ef99e776d1f070a: exec: "git": executable file not found in $PATH
Any idea what could be causing that? Why is dagger trying to run git init? The executable is definitely in my path:
$ which git
/usr/bin/git