Skip to content

Commit b99e182

Browse files
宗喆宗喆
authored andcommitted
fix: bump go version to 1.23.1
Signed-off-by: 宗喆 <[email protected]>
1 parent 129053d commit b99e182

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

kcl_images/docker/kcl-builder/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ RUN apt-get install -y clang-12 lld-12
4343
RUN ln -sf /usr/bin/clang-12 /usr/bin/clang
4444
RUN ln -sf /usr/bin/wasm-ld-12 /usr/bin/wasm-ld
4545

46-
# golang 1.23+
46+
# golang 1.23.1+
4747
RUN mkdir -p /root/download && cd /root/download \
48-
&& wget https://dl.google.com/go/go1.23.linux-amd64.tar.gz \
49-
&& tar -zxvf go1.23.linux-amd64.tar.gz \
50-
&& mv ./go /usr/local/go1.23
51-
RUN ln -sf /usr/local/go1.23/bin/go /usr/bin/go
48+
&& wget https://dl.google.com/go/go1.23.1.linux-amd64.tar.gz \
49+
&& tar -zxvf go1.23.1.linux-amd64.tar.gz \
50+
&& mv ./go /usr/local/go1.23.1
51+
RUN ln -sf /usr/local/go1.23.1/bin/go /usr/bin/go
5252
RUN rm -rf /root/download
5353

5454
ENV GOPATH=/go
55-
ENV GOLANG_VERSION=1.23
55+
ENV GOLANG_VERSION=1.23.1
5656

5757
RUN go install golang.org/x/lint/golint@latest
5858
RUN go install golang.org/x/tools/cmd/goimports@latest

0 commit comments

Comments
 (0)