Merged
Conversation
upgrade requred golang version to 1.19 upgrade golang.org/x/net to v0.1.1-0.20221104162952-702349b0e862 Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
cb9f35d to
0194291
Compare
upgrade `github.com/mdlayher/netlink` to v1.7.1 upgrade `golang.org/x/net` to v0.7.0 upgrade `golang.org/x/sys` to v0.5.0 upgrade indirect dependency by `go mod tidy` Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
…d version of golang(v1.16) Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
dxsup
approved these changes
Mar 1, 2023
2 tasks
Collaborator
|
And here is the Dockerfile for aarch64. |
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.
Description
upgrade required Go version to 1.19
upgrade
github.com/mdlayher/netlinkto v1.7.1upgrade
golang.org/x/netto v0.7.0upgrade
golang.org/x/systo v0.5.0upgrade indirect dependency by
go mod tidyupgrade to the latest Golang version(v1.20) in image of builder
Motivation and Context
To fix security alerts(CVE-2022-41721, CVE-2022-27664) by upgrading package
golang.org/x/net, which indirectly depends on the Golang v1.18. So we decided to upgrade to the latest Golang version(v1.20) in the image of builder and update the Golang version to v1.19 in the requirement.New builder dockerfile
How Has This Been Tested?
Build success!