Skip to content

Commit

Permalink
update Go toolchain to 1.21.10
Browse files Browse the repository at this point in the history
Can't update to 1.22 because of
opencontainers/runc#4233

Signed-off-by: Peter Morjan <pmorjan@gmail.com>
  • Loading branch information
pmorjan committed May 18, 2024
1 parent 57e5468 commit 525835b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gotoz/runq

go 1.21
go 1.21.10

replace github.com/gotoz/runq/pkg/vm => ./pkg/vm

Expand Down
4 changes: 2 additions & 2 deletions qemu/s390x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV RUNQ_ROOT /var/lib/runq
ENV QEMU_ROOT /var/lib/runq/qemu

ENV DEBIAN_FRONTEND noninteractive
ENV GO_URL https://go.dev/dl/go1.21.6.linux-s390x.tar.gz
ENV GO_SHA256 92894d0f732d3379bc414ffdd617eaadad47e1d72610e10d69a1156db03fc052
ENV GO_URL https://go.dev/dl/go1.21.10.linux-s390x.tar.gz
ENV GO_SHA256 527ad992ec891626e5a46406a89ad877e1a547cca9ecf93542eb0595261e5080
ENV PATH /usr/local/go/bin:$PATH

WORKDIR /runq
Expand Down
4 changes: 2 additions & 2 deletions qemu/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV RUNQ_ROOT /var/lib/runq
ENV QEMU_ROOT /var/lib/runq/qemu

ENV DEBIAN_FRONTEND noninteractive
ENV GO_URL https://go.dev/dl/go1.21.6.linux-amd64.tar.gz
ENV GO_SHA256 3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4
ENV GO_URL https://go.dev/dl/go1.21.10.linux-amd64.tar.gz
ENV GO_SHA256 e330e5d977bf4f3bdc157bc46cf41afa5b13d66c914e12fd6b694ccda65fcf92
ENV PATH /usr/local/go/bin:$PATH

WORKDIR /runq
Expand Down

0 comments on commit 525835b

Please sign in to comment.