From d3778ce595154771c4c26b7afe0f9a45caa9ece7 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Fri, 11 Oct 2024 13:37:09 -0700 Subject: [PATCH] Upgrade to go 1.23 in build image (#6261) * upgrade to go 1.23 Signed-off-by: Ben Ye * only change build image Signed-off-by: Ben Ye --------- Signed-off-by: Ben Ye --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/Dockerfile b/build-image/Dockerfile index c416ffae89..82bcf3f06a 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.7-bullseye +FROM golang:1.23.2-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \