From 53072f098172292248f793e4eabf89cfcfcf7db0 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Tue, 16 Feb 2021 08:40:06 -0800 Subject: [PATCH] Update Go to 1.14.15 (#5751) 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 2774780f onto the stable-2.9 branch. --- .github/workflows/unit_tests.yml | 2 +- Dockerfile-proxy | 2 +- cli/Dockerfile-bin | 2 +- cni-plugin/Dockerfile | 2 +- controller/Dockerfile | 2 +- web/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 419482314fbee..14c8e52a502ef 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 runs-on: ubuntu-18.04 container: - image: golang:1.14.2 + image: golang:1.14.15 steps: - name: Checkout code # actions/checkout@v2 diff --git a/Dockerfile-proxy b/Dockerfile-proxy index 871bacdf10324..3135d2c437430 100644 --- a/Dockerfile-proxy +++ b/Dockerfile-proxy @@ -2,7 +2,7 @@ ARG RUNTIME_IMAGE=debian:buster-20200514-slim ARG BUILDPLATFORM=linux/amd64 # Precompile key slow-to-build dependencies -FROM --platform=$BUILDPLATFORM golang:1.14.2-alpine as go-deps +FROM --platform=$BUILDPLATFORM golang:1.14.15-alpine as go-deps WORKDIR /linkerd-build COPY go.mod go.sum ./ COPY bin/install-deps bin/ diff --git a/cli/Dockerfile-bin b/cli/Dockerfile-bin index 44aae608145a7..d18c950f0b03f 100644 --- a/cli/Dockerfile-bin +++ b/cli/Dockerfile-bin @@ -2,7 +2,7 @@ ARG BUILDPLATFORM=linux/amd64 ARG BUILD_STAGE=single-arch # Precompile key slow-to-build dependencies -FROM --platform=$BUILDPLATFORM golang:1.14.2-alpine as go-deps +FROM --platform=$BUILDPLATFORM golang:1.14.15-alpine as go-deps WORKDIR /linkerd-build COPY go.mod go.sum ./ COPY bin/install-deps bin/ diff --git a/cni-plugin/Dockerfile b/cni-plugin/Dockerfile index f7922bb85c6de..4afbf38dfd5f8 100644 --- a/cni-plugin/Dockerfile +++ b/cni-plugin/Dockerfile @@ -1,7 +1,7 @@ ARG BUILDPLATFORM=linux/amd64 # Precompile key slow-to-build dependencies -FROM --platform=$BUILDPLATFORM golang:1.14.2-alpine as go-deps +FROM --platform=$BUILDPLATFORM golang:1.14.15-alpine as go-deps WORKDIR /linkerd-build COPY go.mod go.sum ./ COPY bin/install-deps bin/ diff --git a/controller/Dockerfile b/controller/Dockerfile index afada39850873..b86a496c2309d 100644 --- a/controller/Dockerfile +++ b/controller/Dockerfile @@ -1,7 +1,7 @@ ARG BUILDPLATFORM=linux/amd64 # Precompile key slow-to-build dependencies -FROM --platform=$BUILDPLATFORM golang:1.14.2-alpine as go-deps +FROM --platform=$BUILDPLATFORM golang:1.14.15-alpine as go-deps WORKDIR /linkerd-build COPY go.mod go.sum ./ COPY bin/install-deps bin/ diff --git a/web/Dockerfile b/web/Dockerfile index 04a691e9f0e8a..ae71dbb0c08bc 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,7 +1,7 @@ ARG BUILDPLATFORM=linux/amd64 # Precompile key slow-to-build dependencies -FROM --platform=$BUILDPLATFORM golang:1.14.2-alpine as go-deps +FROM --platform=$BUILDPLATFORM golang:1.14.15-alpine as go-deps WORKDIR /linkerd-build COPY go.mod go.sum ./ COPY bin/install-deps bin/