Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete release v0.1.0 #25

Open
dabdine opened this issue Sep 24, 2024 · 0 comments
Open

Delete release v0.1.0 #25

dabdine opened this issue Sep 24, 2024 · 0 comments

Comments

@dabdine
Copy link

dabdine commented Sep 24, 2024

Currently, go get github.com/runZeroInc/recog-go@latest (or just go get github.com/runZeroInc/recog-go) is broken, because it points to v0.1.0, which used the old package name prior to the repo move:

go: github.com/runZeroInc/[email protected]: parsing go.mod:
	module declares its path as: github.com/RumbleDiscovery/recog-go
	        but was required as: github.com/runZeroInc/recog-go

@latest will use semver to determine what "latest" is, and v0.1.0 > v0.0.115.

Workaround is to explicitly go get: go get github.com/runZeroInc/[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant