[release/1.4] update Go to 1.15.11#5389
Merged
estesp merged 2 commits intocontainerd:release/1.4from Apr 19, 2021
Merged
Conversation
AkihiroSuda
approved these changes
Apr 19, 2021
|
Build succeeded.
|
Member
Author
|
Hmmm.. is this because the base image changed, so we need to install the other |
Signed-off-by: pacoxu <[email protected]> (cherry picked from commit 01765d0) Signed-off-by: Sebastiaan van Stijn <[email protected]>
This patch is specific for the 1.4 release-branch, which is not on Go1.16, and brings the branch to the latest patch release of Go 1.15 full diff: golang/go@go1.15.8...go1.15.11 go1.15.9 (released 2021/03/10) includes security fixes to the encoding/xml package. See the Go 1.15.9 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.15.9+label%3ACherryPickApproved go1.15.10 (released 2021/03/11) includes fixes to the compiler, the go command, and the net/http, os, syscall, and time packages. See the Go 1.15.10 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.15.10+label%3ACherryPickApproved go1.15.11 (released 2021/04/01) includes fixes to cgo, the compiler, linker, runtime, the go command, and the database/sql and net/http packages. See the Go 1.15.11 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.15.11+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <[email protected]>
37d157a to
ac87e05
Compare
Member
Author
|
cherry-picked #5244 |
|
Build succeeded.
|
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.
This patch is specific for the 1.4 release-branch, which is not on Go1.16, and
brings the branch to the latest patch release of Go 1.15
full diff: golang/go@go1.15.8...go1.15.11
go1.15.9 (released 2021/03/10) includes security fixes to the encoding/xml
package. See the Go 1.15.9 milestone on our issue tracker for details.
https://github.com/golang/go/issues?q=milestone%3AGo1.15.9+label%3ACherryPickApproved
go1.15.10 (released 2021/03/11) includes fixes to the compiler, the go command,
and the net/http, os, syscall, and time packages. See the Go 1.15.10 milestone
on our issue tracker for details.
https://github.com/golang/go/issues?q=milestone%3AGo1.15.10+label%3ACherryPickApproved
go1.15.11 (released 2021/04/01) includes fixes to cgo, the compiler, linker,
runtime, the go command, and the database/sql and net/http packages. See the Go
1.15.11 milestone on our issue tracker for details.
https://github.com/golang/go/issues?q=milestone%3AGo1.15.11+label%3ACherryPickApproved