Skip to content

Commit d3778ce

Browse files
authored
Upgrade to go 1.23 in build image (#6261)
* upgrade to go 1.23 Signed-off-by: Ben Ye <[email protected]> * only change build image Signed-off-by: Ben Ye <[email protected]> --------- Signed-off-by: Ben Ye <[email protected]>
1 parent 76cd0ba commit d3778ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.7-bullseye
1+
FROM golang:1.23.2-bullseye
22
ARG goproxyValue
33
ENV GOPROXY=${goproxyValue}
44
RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \

0 commit comments

Comments
 (0)