From 08de90c267606feabae85c084ab47b22152d0040 Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Wed, 3 Dec 2025 12:04:17 -0600 Subject: [PATCH] bump golang 1.24.11 Signed-off-by: Austin Vazquez --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1488c84e1..d345e1421 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.24.9 +ARG GO_VERSION=1.24.11 ARG XX_VERSION=1.6.1 ARG GOLANGCI_LINT_VERSION=v2.6.2 ARG ADDLICENSE_VERSION=v1.0.0 diff --git a/go.mod b/go.mod index ec277a0fe..fefb875e5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/compose/v5 -go 1.24.9 +go 1.24.11 require ( github.com/AlecAivazis/survey/v2 v2.3.7