[release/1.2 backport] Update to Golang 1.12.13#3809
Merged
mxpv merged 2 commits intocontainerd:release/1.2from Nov 10, 2019
Merged
[release/1.2 backport] Update to Golang 1.12.13#3809mxpv merged 2 commits intocontainerd:release/1.2from
mxpv merged 2 commits intocontainerd:release/1.2from
Conversation
This reverts commit 435e05f. Signed-off-by: Sebastiaan van Stijn <[email protected]>
go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper. Only macOS users who hit this issue need to update. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 15669a1) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
|
opened as draft, because the change wasn't merged yet on master |
Member
Author
|
master was merged; moving out of draft |
Codecov Report
@@ Coverage Diff @@
## release/1.2 #3809 +/- ##
===============================================
+ Coverage 41% 44.19% +3.18%
===============================================
Files 70 100 +30
Lines 9537 10847 +1310
===============================================
+ Hits 3911 4794 +883
- Misses 5061 5313 +252
- Partials 565 740 +175
Continue to review full report at Codecov.
|
AkihiroSuda
approved these changes
Nov 9, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport of #3806 for the 1.2 release branch
some small conflicts due to travis having diverged a bit on master, but trivial to resolve
go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina
where the non-notarized installer and binaries were being rejected by
Gatekeeper. Only macOS users who hit this issue need to update.