I've narrowed it down somewhat. With Go 1.17.13 it works. With Go1.18 RC it
fails. So something in the first release of Go 1.18 seems to have changed
how trimpath / plugin version matching works, and has broken previously
working functionality for us (I'm compiling exactly the same code - the
*
error. By filtering
out the source area directories from the directories I ran go vet on, the
problem is resolved.
William
On Tuesday, 31 August 2021 at 08:25:35 UTC+1 wji...@gmail.com wrote:
> Hmm ... obviously not as simple a problem as I first thought. I'll need to
> start with
.
On Friday, 27 August 2021 at 11:22:42 UTC+1 seank...@gmail.com wrote:
> I can't reproduce the error you're seeing either in 1.15 or in later
> versions with the code you provided
>
> On Friday, August 27, 2021 at 10:11:07 AM UTC+2 wji...@gmail.com wrote:
>
>> Hi,
>&