Conversation
The Go-1.14 release branch includes a number of important updates. This change updates our containers' base image to the latest release, 1.14.15 See linkerd/linkerd2-proxy-init#32 Fixes #5655
alpeb
approved these changes
Feb 16, 2021
olix0r
added a commit
that referenced
this pull request
Feb 22, 2021
The Go-1.14 release branch includes a number of important updates. This change updates our containers' base image to the latest release, 1.14.15 This change back-ports 2774780 onto the stable-2.9 branch.
olix0r
added a commit
that referenced
this pull request
Feb 22, 2021
jijeesh
pushed a commit
to jijeesh/linkerd2
that referenced
this pull request
Mar 23, 2021
The Go-1.14 release branch includes a number of important updates. This change updates our containers' base image to the latest release, 1.14.15 See linkerd/linkerd2-proxy-init#32 Fixes linkerd#5655 Signed-off-by: Jijeesh <jijeesh.ka@gmail.com>
jijeesh
pushed a commit
to jijeesh/linkerd2
that referenced
this pull request
Mar 23, 2021
Fixes linkerd#5755 follow-up to linkerd#5750 and linkerd#5751 - Unifies the Go version across Docker and CI to be 1.14.15; - Updates the GitHub Actions base image from ubuntu-18.04 to ubuntu-20.04; and - Updates the runtime base image from debian:buster-20201117-slim to debian:buster-20210208-slim. Signed-off-by: Jijeesh <jijeesh.ka@gmail.com>
jijeesh
pushed a commit
to jijeesh/linkerd2
that referenced
this pull request
Apr 21, 2021
The Go-1.14 release branch includes a number of important updates. This change updates our containers' base image to the latest release, 1.14.15 See linkerd/linkerd2-proxy-init#32 Fixes linkerd#5655 Signed-off-by: Jijeesh <jijeesh.ka@gmail.com>
jijeesh
pushed a commit
to jijeesh/linkerd2
that referenced
this pull request
Apr 21, 2021
Fixes linkerd#5755 follow-up to linkerd#5750 and linkerd#5751 - Unifies the Go version across Docker and CI to be 1.14.15; - Updates the GitHub Actions base image from ubuntu-18.04 to ubuntu-20.04; and - Updates the runtime base image from debian:buster-20201117-slim to debian:buster-20210208-slim. Signed-off-by: Jijeesh <jijeesh.ka@gmail.com>
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.
The Go-1.14 release branch includes a number of important updates. This
change updates our containers' base image to the latest release, 1.14.15
See linkerd/linkerd2-proxy-init#32
Fixes #5655