Skip to content

Commit cab052d

Browse files
committed
bump go to 1.24.3
Signed-off-by: Zhonghu Xu <xuzhonghu@huawei.com>
1 parent c255796 commit cab052d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FROM openeuler/openeuler:23.09
99

1010
# Setup Go
11-
COPY --from=golang:1.23.2 /usr/local/go/ /usr/local/go/
11+
COPY --from=golang:1.24.3 /usr/local/go/ /usr/local/go/
1212
RUN mkdir -p /go
1313
ENV GOROOT /usr/local/go
1414
ENV GOPATH /go

0 commit comments

Comments
 (0)