cruise-automation / daytona

A Vault client, but for containers and servers.
Apache License 2.0
310 stars 33 forks source link

Tagging a new release (v1.0.1?) #12

Closed ryboe closed 5 years ago

ryboe commented 5 years ago

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?

ryboe commented 5 years ago

v1.0.1 fixed the issue. Everything fetches perfectly now! Thank you! 👍