Skip to content

Commit

Permalink
Upgrade to go 1.23 in build image (#6261)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
yeya24 authored Oct 11, 2024
1 parent 76cd0ba commit d3778ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit d3778ce

Please sign in to comment.