Skip to content

Commit c758b94

Browse files
committed
update go to 1.23.5
Signed-off-by: Thomas Tendyck <[email protected]>
1 parent 55ca8c1 commit c758b94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3rdparty/go

Submodule go updated 4387 files

dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN apt-get update && apt-get install -y \
6868
vim \
6969
zlib1g-dev \
7070
# use same Go version as ertgo
71-
&& wget -qO- https://go.dev/dl/go1.21.11.linux-amd64.tar.gz | tar -C /usr/local -xz
71+
&& wget -qO- https://go.dev/dl/go1.23.5.linux-amd64.tar.gz | tar -C /usr/local -xz
7272
COPY --from=build /opt/edgelessrt /opt/edgelessrt
7373
ENV PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/edgelessrt/share/pkgconfig
7474
ENV CMAKE_PREFIX_PATH=/opt/edgelessrt/lib/openenclave/cmake

0 commit comments

Comments
 (0)