From 81e89aea46b175e8aa4aa13eae1d3d2f775e1154 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:51:19 +0200 Subject: [PATCH] bump golang to version 1.24.7 to align with moby/moby version Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae46d151b6f..b8901a3b122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION=1.23.12 +ARG GO_VERSION=1.24.7 ARG XX_VERSION=1.6.1 ARG GOLANGCI_LINT_VERSION=v2.0.2 ARG ADDLICENSE_VERSION=v1.0.0 diff --git a/go.mod b/go.mod index 783e7f918ed..4a4f2a908cf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/compose/v2 -go 1.23.12 +go 1.24.7 require ( github.com/AlecAivazis/survey/v2 v2.3.7