From fbc62d111ed914f2f0c89ba1459f5ff598c5057b Mon Sep 17 00:00:00 2001 From: Austin Vazquez Date: Fri, 8 Aug 2025 09:06:53 -0500 Subject: [PATCH] bump golang to 1.23.12 Signed-off-by: Austin Vazquez --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3f24b414c..ae46d151b 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.10 +ARG GO_VERSION=1.23.12 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 aeeaee3e7..e9f273b78 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/docker/compose/v2 -go 1.23.10 +go 1.23.12 require ( github.com/AlecAivazis/survey/v2 v2.3.7