issue #82#83
Conversation
623dba1 to
8360e58
Compare
|
@vigith This is great, thanks for putting so much effort into this. Would it be possible to split this up into a few smaller PRs though? I think it is simply too much to review in its current form. If you were to split it up I could tackle one concern at a time:
|
|
Surely, I can. I have a question though. I think I will have update the Docker file if I change the golang version because the Dockerfile is pointing to an older go version. Can I merge the following to 1 single PR?
|
|
I'd rather the PR that updates the go modules/etc just update the part of the Dockerfile that needs it (i.e. update the referred to go version). I just wanted the other dockerfile changes (multistage builds) to be a separate tiny PR for clarity. |
|
Also, could you clarify the relationship of this PR with #80 ? I see it also updates go deps and modules but had a very different diff. Were you both just happening to start that work independently or had ya'll coordinated in some way that I need to understand? |
|
#80 uses mod=vendor, mine removes vendor all together. Otherwise it is the same. Also, vendor brings lots of changes every time we change the code to update go version or when we add a new sink #77 (comment). go 1.13 supports module mirroring, IMHO vendor is not required. |
|
i have opened #87 which tackles update to go 1.12 |
Umbrella Issue #82
Go 1.12
Multi Sink Support
Signed-off-by: Vigith Maurice vigith@gmail.com