Skip to content

Commit 53d0654

Browse files
committed
update go to 1.25.6
Signed-off-by: Thomas Tendyck <tt@edgeless.systems>
1 parent 71e8712 commit 53d0654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

3rdparty/go

Submodule go updated 138 files

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
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.25.1.linux-amd64.tar.gz | tar -C /usr/local -xz
71+
&& wget -qO- https://go.dev/dl/go1.25.6.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)