From 5fd5e06cfc66bcaa35ce9f7009ec585efda759b7 Mon Sep 17 00:00:00 2001 From: Robert Jacob Date: Thu, 7 Mar 2024 19:44:58 +0100 Subject: [PATCH] fix(operator): Update Go builder for size-calculator (#12161) --- operator/calculator.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/calculator.Dockerfile b/operator/calculator.Dockerfile index e12d7ad490088..be7324ce33df3 100644 --- a/operator/calculator.Dockerfile +++ b/operator/calculator.Dockerfile @@ -1,5 +1,5 @@ # Build the calculator binary -FROM golang:1.20.6 as builder +FROM golang:1.21.7 as builder WORKDIR /workspace # Copy the Go Modules manifests