From d4464e431fc9ffd2373a3e4172e0f2645b3af635 Mon Sep 17 00:00:00 2001 From: muhammad adil ghaffar Date: Thu, 23 Nov 2023 13:54:37 +0200 Subject: [PATCH] Bump golang to 1.20.11 for release-1.4 Signed-off-by: muhammad adil ghaffar --- .gitignore | 8 ++++++++ Dockerfile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 242b7285..af07347e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,13 @@ tilt-settings.json tilt_config.json tilt.d/* +# Common editor / temporary files +*~ +*.tmp +.DS_Store + +go.work +go.work.sum + out releasenotes \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 876f287e..15a37855 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Support FROM override -ARG BUILD_IMAGE=docker.io/golang:1.20.10@sha256:098d628490c97d4419ed44a23d893f37b764f3bea06e0827183e8af4120e19be +ARG BUILD_IMAGE=docker.io/golang:1.20.11@sha256:77e4e426190723821471a946a4bdad2d75d9af8209b2841f26744fe766e88444 ARG BASE_IMAGE=gcr.io/distroless/static@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f # nonroot # Build the manager binary on golang image