Uh oh!
There was an error while loading. Please reload this page.
mount: add go.mod - #3
Conversation
The version of golang.org/x/sys corresponds to the one currently used by Moby. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
kolyshkin
commented
Mar 16, 2020
@thaJeztah PTAL |
thaJeztah
commented
Mar 16, 2020
are we sure we want mount and mountinfo to be separate modules, and to be tagged separately? (wondering how much they will evolve separately) |
kolyshkin
commented
Mar 17, 2020
The main reason to separate it was that The reason for separate tagging is this is how you do it in a repo with multiple modules (https://github.com/golang/go/wiki/Modules#faqs--multi-module-repositories). This also allows to bump a single module without affecting others. |
kolyshkin
commented
Mar 17, 2020
Merging to unblock tagging and CI |
The version of golang.org/x/sys corresponds to the one currently used
by Moby.
Once there, it needs to be tagged, e.g.