I'm still getting this error when I try to fetch the latest master commit of daytona.
> go get github.com/cruise-automation/daytona@master
...
> go mod tidy
go: finding github.com/cruise-automation/daytona/cmd latest
go: github.com/cruise-automation/daytona@v1.0.0: parsing go.mod: unexpected module path "github.robot.car/cruise/daytona"
For reasons I don't understand, even though I'm fetching a post v1.0.0 commit, go is still inspecting previous versions. When it tries to inspect the v1.0.0 commit, it fails because the module name was wrong at that point.
I don't know if this will fix it, but can you please try cutting a v1.0.1 release?
I'm still getting this error when I try to fetch the latest
master
commit ofdaytona
.For reasons I don't understand, even though I'm fetching a post v1.0.0 commit,
go
is still inspecting previous versions. When it tries to inspect the v1.0.0 commit, it fails because the module name was wrong at that point.I don't know if this will fix it, but can you please try cutting a v1.0.1 release?