pivotal-cf / om

General command line utility for working with VMware Tanzu Operations Manager
Apache License 2.0
135 stars 104 forks source link

go modules compatible versioning #556

Open kirederik opened 3 years ago

kirederik commented 3 years ago

Hello 👋🏽

We use om as a library in our go code. We also use dependabot to keep our dependencies up to date.

We just realised that om was not getting updated. Taking a closer look at om, we realised the tagging you are using is not compatible with the go modules versioning, which follows a v1.8.9 pattern.

Would it be possible to update the tags going forward to include the v?

Thanks!

cf-gitbot commented 3 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

crhntr commented 3 years ago

This seems pretty useful. I'll see what we can do.