From aa574ed8d4833e79ae7783b3d5f7f6a7d718a35f Mon Sep 17 00:00:00 2001 From: "cased[bot]" <142548026+cased[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:03:17 +0000 Subject: [PATCH 1/3] fix: update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 74875f46..0eb35704 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module pkg.world.dev/world-cli -go 1.24.0 +go 1.23.4 require ( connectrpc.com/connect v1.18.1 From d3e977be4f66ae4d2ec1808ef99bd0bf84fae171 Mon Sep 17 00:00:00 2001 From: "cased[bot]" <142548026+cased[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:03:19 +0000 Subject: [PATCH 2/3] fix: update internal/app/world-cli/common/docker/service/cardinal.Dockerfile --- .../app/world-cli/common/docker/service/cardinal.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/world-cli/common/docker/service/cardinal.Dockerfile b/internal/app/world-cli/common/docker/service/cardinal.Dockerfile index b7d7e870..f77ec206 100644 --- a/internal/app/world-cli/common/docker/service/cardinal.Dockerfile +++ b/internal/app/world-cli/common/docker/service/cardinal.Dockerfile @@ -1,7 +1,7 @@ ################################ # Build Image - Normal ################################ -FROM golang:1.24 AS build +FROM golang:1.23 AS build ARG SOURCE_PATH ARG GITHUB_TOKEN From 3ea5ae5eb88506beeee0b636da2b493afe5f344d Mon Sep 17 00:00:00 2001 From: "cased[bot]" <142548026+cased[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 07:03:21 +0000 Subject: [PATCH 3/3] fix: update internal/app/world-cli/common/docker/service/cardinal.go --- internal/app/world-cli/common/docker/service/cardinal.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/app/world-cli/common/docker/service/cardinal.go b/internal/app/world-cli/common/docker/service/cardinal.go index 5d4d095e..4a9d9aec 100644 --- a/internal/app/world-cli/common/docker/service/cardinal.go +++ b/internal/app/world-cli/common/docker/service/cardinal.go @@ -126,9 +126,9 @@ func Cardinal(cfg *config.Config) Service { //nolint:funlen // it does what it n BuildTarget: runtime, Dependencies: []Service{ { - Name: "golang:1.24-bookworm", + Name: "golang:1.23-bookworm", Config: container.Config{ - Image: "golang:1.24-bookworm", + Image: "golang:1.23-bookworm", }, }, {