From df90e4e6f03094314dded5de6b2f98dca6e25879 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 9 Jul 2024 09:44:52 -0400 Subject: [PATCH] Update go version in k8s dockerfile --- k8-operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8-operator/Dockerfile b/k8-operator/Dockerfile index 6a5d701896..2a69554f24 100644 --- a/k8-operator/Dockerfile +++ b/k8-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19 as builder +FROM golang:1.21 as builder ARG TARGETOS ARG TARGETARCH