-
Notifications
You must be signed in to change notification settings - Fork 879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.09 backport] Update to Golang 1.12.6 #2409
Conversation
Signed-off-by: Euan Harris <euan.harris@docker.com> (cherry picked from commit ba41402) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Euan Harris <euan.harris@docker.com> (cherry picked from commit 5464285) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Euan Harris <euan.harris@docker.com> (cherry picked from commit 92ab908) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Euan Harris <euan.harris@docker.com> (cherry picked from commit 9b91d9e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
/cc @euanh |
Even if we don't actually update the compiler soon, we should take the |
I'm ok with merging this already; if you think we should, I'll remove "WIP" |
Is there a plan to get 18.09 running on Go 1.12? |
Plan is to keep all maintained releases at a supported Go version, and I think we should update it to 1.12 yes |
We could also use a build-arg, and make it a matrix (test against multiple Go versions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
backport of #2408 for the 18.09 branch
note that 18.09 is not yet running on Go 1.12, so we might want to hold off until that is merged (work in progress PR to move to 1.11; docker-archive/engine#168)
I'll add "WIP", but we can decide to already merge this if we think that's good to have