-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Bump Golang 1.11.6 #1742
Bump Golang 1.11.6 #1742
Conversation
go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker, runtime, go command, and the crypto/x509, encoding/json, net, and net/url packages. See the Go 1.11.6 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.11.6 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
=======================================
Coverage 56.04% 56.04%
=======================================
Files 306 306
Lines 21050 21050
=======================================
Hits 11798 11798
Misses 8399 8399
Partials 853 853 |
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
=======================================
Coverage 56.04% 56.04%
=======================================
Files 306 306
Lines 21050 21050
=======================================
Hits 11798 11798
Misses 8399 8399
Partials 853 853 |
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
=======================================
Coverage 56.04% 56.04%
=======================================
Files 306 306
Lines 21050 21050
=======================================
Hits 11798 11798
Misses 8399 8399
Partials 853 853 |
Codecov Report
@@ Coverage Diff @@
## master #1742 +/- ##
=======================================
Coverage 56.04% 56.04%
=======================================
Files 306 306
Lines 21050 21050
=======================================
Hits 11798 11798
Misses 8399 8399
Partials 853 853 |
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 🐯
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
go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
runtime, go command, and the crypto/x509, encoding/json, net, and net/url
packages. See the Go 1.11.6 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.11.6