-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[19.03 backport] Bump golang 1.12.7 #1998
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
[19.03 backport] Bump golang 1.12.7 #1998
Conversation
Signed-off-by: Jintao Zhang <[email protected]> (cherry picked from commit 459099e) Signed-off-by: Sebastiaan van Stijn <[email protected]>
go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the linker. See the Go 1.12.7 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.12.7 full diff: golang/go@go1.12.6...go1.12.7 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit b06f9e9) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 19.03 #1998 +/- ##
=========================================
- Coverage 56.71% 56.7% -0.01%
=========================================
Files 310 310
Lines 21789 21786 -3
=========================================
- Hits 12357 12354 -3
Misses 8519 8519
Partials 913 913 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## 19.03 #1998 +/- ##
=========================================
- Coverage 56.71% 56.7% -0.01%
=========================================
Files 310 310
Lines 21789 21786 -3
=========================================
- Hits 12357 12354 -3
Misses 8519 8519
Partials 913 913 |
|
We also might want to have #2013 |
kolyshkin
left a comment
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
andrewhsu
left a comment
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
based on top of #1946 (in case we need to do 1.12.6 first)
backport of #1996
go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the
linker. See the Go 1.12.7 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.12.7
full diff: golang/go@go1.12.6...go1.12.7