Hi! On Fri, Feb 23, 2018 at 06:23:33PM -0800, Spencer Nelson wrote: > Is it possible for me to have different minor/patch versions for different > modules in one repository? For example, suppose I have this: > > github.com/my/thing/go.mod > github.com/my/thing/blue/go.mod > > And suppose my current commit is tagged with v1.0.0. > > Now I fix a bug in github.com/my/thing/blue. How do I indicate that > github.com/my/thing/blue is at v1.0.1 without changing > github.com/my/thing's version?
Russ already answered this in one of articles - use tag "blue/v1.0.1". -- WBR, Alex. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.