Skip to content

Commit

Permalink
update go to 1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Jan 21, 2025
1 parent 4a14e02 commit a034c30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _ertgo
Submodule _ertgo updated 4387 files
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get install -y --no-install-recommends \

ARG erttag=v0.4.8
ARG egotag=v1.6.1
RUN wget -qO- https://go.dev/dl/go1.21.11.linux-amd64.tar.gz | tar -C /usr/local -xz \
RUN wget -qO- https://go.dev/dl/go1.23.5.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
&& git clone -b $egotag --depth=1 https://github.com/edgelesssys/ego \
&& mkdir ertbuild egobuild
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.focal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

ARG erttag=v0.4.8
ARG egotag=v1.6.1
RUN wget -qO- https://go.dev/dl/go1.21.11.linux-amd64.tar.gz | tar -C /usr/local -xz \
RUN wget -qO- https://go.dev/dl/go1.23.5.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& git clone -b $erttag --depth=1 https://github.com/edgelesssys/edgelessrt \
&& git clone -b $egotag --depth=1 https://github.com/edgelesssys/ego \
&& mkdir ertbuild egobuild
Expand Down

0 comments on commit a034c30

Please sign in to comment.