Bump go version to 1.23.4 (#2019)

This commit is contained in:
yueluhuan
2025-01-20 15:51:00 +08:00
committed by GitHub
parent 04e425642e
commit ac9e4fa4fe
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.23
ARG GOLANG_VERSION=1.23.4
FROM golang:$GOLANG_VERSION
RUN echo $GOLANG_VERSION