File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
kcl_images/docker/kcl-builder Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ RUN apt-get install -y clang-12 lld-12
4343RUN ln -sf /usr/bin/clang-12 /usr/bin/clang
4444RUN ln -sf /usr/bin/wasm-ld-12 /usr/bin/wasm-ld
4545
46- # golang 1.23+
46+ # golang 1.23.1 +
4747RUN 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
5252RUN rm -rf /root/download
5353
5454ENV GOPATH=/go
55- ENV GOLANG_VERSION=1.23
55+ ENV GOLANG_VERSION=1.23.1
5656
5757RUN go install golang.org/x/lint/golint@latest
5858RUN go install golang.org/x/tools/cmd/goimports@latest
You can’t perform that action at this time.
0 commit comments