Re: azure-sdk-for-go goipath issue

2023-06-20 Thread Mark Edward Fuller
Thanks for figuring that out and sharing the solution > On 20 Jun 2023, at 18:58, Mikel Olasagasti wrote: > > Hi team, > > It seems it's simpler than expected. > > Setting different goliath to each module and then moving the module > files to the root does the trick. > > https://github.com/mi

Re: azure-sdk-for-go goipath issue

2023-06-20 Thread Mikel Olasagasti
Hi team, It seems it's simpler than expected. Setting different goliath to each module and then moving the module files to the root does the trick. https://github.com/mikelolasagasti/azure-golang I've checked that rclone and restic are able to build using these specs. The only problem is that t

azure-sdk-for-go goipath issue

2023-06-19 Thread Mikel Olasagasti
Hello team, Newer version or rclone requires a newer release of azure-sdk-for-go, but azure-sdk-for-go has been divided into different modules, all living in a monorepo and thus requiring new packages. Each of the modules has its own release and I can create packages using version and tag: Versi