Bump Golang 1.11.8#89
Merged
seemethere merged 1 commit intodocker:masterfrom Apr 9, 2019
thaJeztah:bump_golang_1.11.8
Merged
Conversation
go1.11.8 (released 2019/04/08) 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.11.7...go1.11.8 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
|
Likely depends on https://github.com/docker/go-crypto-swap/pull/75 and the images to be up on Docker Hub (for FIPS) ping @seemethere |
seemethere
approved these changes
Apr 9, 2019
Contributor
seemethere
left a comment
There was a problem hiding this comment.
LGTM when the go-crypto-swap images are pushed
Member
Author
|
Looks like images are up; restarted CI |
Member
Author
|
Ah, dang, Windows is not there yet; |
Member
Author
Member
Author
|
It's 💚 🎉 |
This was referenced Apr 9, 2019
Merged
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.

go1.11.8 (released 2019/04/08) 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.11.7...go1.11.8