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

[FR] Normalise versioning tags to vX.Y.Z #511

Open
toni-moreno opened this issue Nov 17, 2021 · 0 comments
Open

[FR] Normalise versioning tags to vX.Y.Z #511

toni-moreno opened this issue Nov 17, 2021 · 0 comments

Comments

@toni-moreno
Copy link
Owner

In order to use snmpcollector engine as a library to develop specific tools we will need to add to our tool projects with

$ go get github.com/toni-moreno/snmpcollector@{version}

without standar versioning we will see:

$ go get github.com/toni-moreno/[email protected] 
go: downloading github.com/toni-moreno/snmpcollector v0.0.0-20211114143514-4abc9f12449c
go get: added github.com/toni-moreno/snmpcollector v0.0.0-20211114143514-4abc9f12449c

while is tagged as 0.12.0 go modules see our project as v0.0.0

We should begin to work with standard versioning https://golang.org/doc/modules/version-numbers

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