Skip to content

Commit ee0b97c

Browse files
authored
Update build image to go 1.26.2 (#7434)
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 31f7ede commit ee0b97c

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.25.8-trixie
1+
FROM golang:1.26.2-trixie
22
ARG goproxyValue
33
ENV GOPROXY=${goproxyValue}
44
RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \

0 commit comments

Comments
 (0)