File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ RUN git clone --branch v6.10 --depth 1 https://kernel.googlesource.com/pub/scm/l
21
21
RUN git clone --branch release/2.40/master --depth 1 https://sourceware.org/git/glibc.git
22
22
23
23
# Get Go
24
- ENV GOLANG_VERSION 1.21 .0
24
+ ENV GOLANG_VERSION 1.23 .0
25
25
ENV GOLANG_DOWNLOAD_URL https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz
26
- ENV GOLANG_DOWNLOAD_SHA256 d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
26
+ ENV GOLANG_DOWNLOAD_SHA256 905a297f19ead44780548933e0ff1a1b86e8327bb459e92f9c0012569f76f5e3
27
27
28
28
RUN curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz \
29
29
&& echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - \
You can’t perform that action at this time.
0 commit comments