Uh oh!
There was an error while loading. Please reload this page.
Bump Golang 1.12.4 - #1832
Merged
Merged
Conversation
go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update. See golang/go#31293 for details Full diff: golang/go@go1.12.3...go1.12.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Closed
codecov-io
commented
Apr 14, 2019
Codecov Report
@@ Coverage Diff @@## master #1832 +/- ##
=======================================
Coverage 56.73% 56.73% =======================================
Files 308 308 Lines 21610 21610 =======================================
Hits 12261 12261 Misses 8449 8449 Partials 900 900 |
tao12345666333
approved these changes
Apr 14, 2019
| @@ -1,4 +1,4 @@ | |||
| FROM dockercore/golang-cross:1.12.3@sha256:b88a6be2469d321601f87675c49d1b3f166c4c37abc5ce3e74557fc6660481be | |||
| FROM dockercore/golang-cross:1.12.4 | |||
MemberAuthor
There was a problem hiding this comment.
Yup, I thought; let's do it 😅
cpuguy83
commented
Apr 15, 2019
Collaborator
Note that the image is still missing arm variants. |
thaJeztah
commented
Apr 15, 2019
MemberAuthor
upstream tracking issue docker-library/golang#274 |
andrewhsu
commented
Apr 17, 2019
Contributor
Looks like arm variants are now up: |
thaJeztah
commented
Apr 17, 2019
MemberAuthor
👍 let's merge |
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 freeto 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.
go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt
binary releases on older versions of GNU/Linux led to failures when linking
programs that used cgo. Only Linux users who hit this issue need to update.
See golang/go#31293 for details
Full diff: golang/go@go1.12.3...go1.12.4