Skip to content

Commit

Permalink
Merge pull request #275 from abner-chenc/golang-1.23-buster
Browse files Browse the repository at this point in the history
library/golang/1.23-buster: upgrade to 1.23.3
  • Loading branch information
abner-chenc authored Dec 7, 2024
2 parents 15bbb79 + 8267fac commit 8f7a934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/golang/1.23-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

ENV PATH /usr/local/go/bin:$PATH
ENV GOLANGVERSION 1.23.0
ENV GOLANGVERSION 1.23.3

RUN set -eux; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.23/abi1.0/go1.23.0.linux-loong64.tar.gz'; \
sha256='03fc80ff32a6592899a10f6a85af605fcde33a0b3fb0a6fad36d18fb67446534'; \
url='http://ftp.loongnix.cn/toolchain/golang/go-1.23/abi1.0/go1.23.3.linux-loong64.tar.gz'; \
sha256='eab40399e36f967c21f3cab26a201f23f4bf45e45f85a281183ffb25dc71897c'; \
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 8f7a934

Please sign in to comment.