From d8c50643db76566a6e63b06e2c5d283a584b35bb Mon Sep 17 00:00:00 2001 From: Ben Luzarraga <31223504+bluzarraga@users.noreply.github.com> Date: Mon, 22 May 2023 09:20:54 -0500 Subject: [PATCH 1/2] update go to latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ab1e43d2..112b10a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19.3 as builder +FROM golang:1.19.9 as builder ARG GOARCH WORKDIR /workspace From 0cea735ca87c52b2c765d0085d2876e79b18edb2 Mon Sep 17 00:00:00 2001 From: Ben Luzarraga <31223504+bluzarraga@users.noreply.github.com> Date: Mon, 22 May 2023 10:15:02 -0500 Subject: [PATCH 2/2] Update go to 1.20.4 to match ltsr --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 112b10a8..496f4738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19.9 as builder +FROM golang:1.20.4 as builder ARG GOARCH WORKDIR /workspace