Re: [go-nuts] Modules: retreiving latest version

2021-09-30 Thread 'Axel Wagner' via golang-nuts
For those reading along: The issue was that the tag was `v0.14`, but had to be `v0.14.0`. The go tool requires all three version numbers to recognize the verison. On Thu, Sep 30, 2021 at 3:25 PM Axel Wagner wrote: > Do you have a link? Because from what you write, I can't see a problem > either.

Re: [go-nuts] Modules: retreiving latest version

2021-09-30 Thread 'Axel Wagner' via golang-nuts
Do you have a link? Because from what you write, I can't see a problem either. So, without having a look ourselves it is going to be difficult answering your question. On Thu, Sep 30, 2021 at 2:16 PM stephen.t@gmail.com < stephen.t.illingwo...@gmail.com> wrote: > Hello, > > I've been using mo

[go-nuts] Modules: retreiving latest version

2021-09-30 Thread stephen.t....@gmail.com
Hello, I've been using modules for a while now and I thought I understood them but it seems that I do not. I have a project that is tagged at the latest version as v0.14 I have another project that uses the first project but I cannot get it to use the latest version. The latest version it will