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

Version tag not picked up by Go modules #18

Open
Pashugan opened this issue Dec 5, 2022 · 0 comments
Open

Version tag not picked up by Go modules #18

Pashugan opened this issue Dec 5, 2022 · 0 comments

Comments

@Pashugan
Copy link

Pashugan commented Dec 5, 2022

Currently, when I run go get, it upgrades the library to the following version:
go: upgraded github.com/joshuaferrara/go-satellite v0.0.0-20190508041801-c578fe801371 => v0.0.0-20220611180459-512638c64e5b

The version 0.1.0 also does not appear in the docs: https://pkg.go.dev/github.com/joshuaferrara/go-satellite?tab=versions

I believe you need to use v0.1.0 tag to let Go modules pick it up. Thank you.

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