Skip to content

Commit

Permalink
library/golang/1.22-buster: upgrade to 1.22.9
Browse files Browse the repository at this point in the history
Signed-off-by: chenguoqi <[email protected]>
  • Loading branch information
abner-chenc committed Dec 7, 2024
1 parent 346e38d commit 1a00682
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/golang/1.22-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ RUN set -eux; \

ENV PATH /usr/local/go/bin:$PATH

ENV GOLANG_VERSION 1.22.4
ENV GOLANG_VERSION 1.22.9

RUN set -eux; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.22/abi2.0/go1.22.4.linux-loong64.tar.gz'; \
sha256='5912a81cdaf3109f68e2d76e2db19378bd48ff60acd86c9c04becd0d48556aba'; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.22/abi2.0/go1.22.9.linux-loong64.tar.gz'; \
sha256='95e1c80d2340e20f9c786b8a8a791facc7c99e82d7e4823b61e6f90d96e1cf78'; \
wget -O go.tgz "$url" --progress=dot:giga; \
echo "$sha256 *go.tgz" | sha256sum -c -; \
tar -C /usr/local -xzf go.tgz; \
Expand Down

0 comments on commit 1a00682

Please sign in to comment.