This repository was archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[17.12] Bump Golang to 1.9.4 #418
Merged
andrewhsu
merged 7 commits into
docker-archive:17.12
from
thaJeztah:17.12-backport-bump-golang-1.9.4
Feb 13, 2018
Merged
[17.12] Bump Golang to 1.9.4 #418
andrewhsu
merged 7 commits into
docker-archive:17.12
from
thaJeztah:17.12-backport-bump-golang-1.9.4
Feb 13, 2018
Conversation
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
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit ffc76483226ee1528cab5cf8ea78c0824272cd58) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
release notes: https://golang.org/doc/devel/release.html#go1.9.minor Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 3cc1351) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 0e676c4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fixes a vulnerability in `go get` (CVE-2018-6574, http://golang.org/issue/23672), but shouldn't really affect our code, but it's good to keep in sync. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit caeab26) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This workaround for golang/go#15286 was added for Nano server TP5 in fa82c0a, and should no longer be needed Due to a security fix in Go 1.9.4/1.8.7, loading the .dll is no longer allowed, and produces an error: .\docker_windows.go:9:3: //go:cgo_import_dynamic main.dummy CommandLineToArgvW%2 "shell32.dll" only allowed in cgo-generated code Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 2501933) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fixes a vulnerability in `go get` (CVE-2018-6574, http://golang.org/issue/23672), but shouldn't really affect our code, but it's good to keep in sync. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit b32599761fa7e982d6fe1b41c34383f4167fd060) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This fixes a vulnerability in `go get` (CVE-2018-6574, http://golang.org/issue/23672), but shouldn't really affect our code, but it's good to keep in sync. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6263b12) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
andrewhsu
approved these changes
Feb 12, 2018
Contributor
andrewhsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM w.r.t. rpm conflicts
dnephin
approved these changes
Feb 12, 2018
Contributor
dnephin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
docker-jenkins
pushed a commit
that referenced
this pull request
Oct 30, 2019
[19.03] Bump golang 1.12.12 Upstream-commit: ddb60aa6d1ba1d9bfbb655fa1f3c3359f82979aa Component: engine
docker-jenkins
pushed a commit
that referenced
this pull request
Jan 22, 2020
Update Golang 1.12.15 Upstream-commit: fc688cd Component: packaging
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 27, 2020
…ump-golang-1.9.4 [17.12] Bump Golang to 1.9.4
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
…ump-golang-1.9.4 [17.12] Bump Golang to 1.9.4
akrasnov-drv
pushed a commit
to drivenets/docker-ce
that referenced
this pull request
Apr 23, 2023
Update Golang 1.12.15
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
17.12 Backports of:
This PR is based on #402, so needs a rebase after that's merged
Trivial conflicts due to some files not yet being in the 17.12 branch:
This fixes a vulnerability in
go get(CVE-2018-6574, http://golang.org/issue/23672),but shouldn't really affect our code, but it's good to keep in sync.