Skip to content

Commit 6a5fdf9

Browse files
committed
build: update Go version to 1.25.0 in Dockerfile
- Upgrade GOLANG_VERSION from 1.23.8 to 1.25.0 - Update GOLANG_DOWNLOAD_URL and GOLANG_DOWNLOAD_SHA256 for the new version Signed-off-by: jinronga <1460595002@qq.com>
1 parent 9a3f2a9 commit 6a5fdf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/images/base/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN apt-get update \
1111
ENV PATH=/go/bin:/usr/local/go/bin:$PATH
1212

1313
ENV GOPATH=/go
14-
ENV GOLANG_VERSION 1.23.8
15-
ENV GOLANG_DOWNLOAD_URL https://go.dev/dl/go1.23.8.linux-amd64.tar.gz
16-
ENV GOLANG_DOWNLOAD_SHA256 000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02
14+
ENV GOLANG_VERSION 1.25.0
15+
ENV GOLANG_DOWNLOAD_URL https://go.dev/dl/go1.25.0.linux-amd64.tar.gz
16+
ENV GOLANG_DOWNLOAD_SHA256 3c9a05d0c5a4c4a66b2c5a21f9f0b8e5e5b5c5b5c5b5c5b5c5b5c5b5c5b5c5b5c5b
1717

1818
ARG GOPROXY
1919

0 commit comments

Comments
 (0)