From cc0585f3d4af8a53f9da07e0530fd866f3bce4b0 Mon Sep 17 00:00:00 2001 From: Joel Hess Date: Thu, 4 Dec 2025 20:21:27 -0600 Subject: [PATCH] Update go to 1.24.11 --- cmd/atlas/go.mod | 2 +- go.mod | 2 +- internal/integration/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/atlas/go.mod b/cmd/atlas/go.mod index 887625b743d..035530b0d10 100644 --- a/cmd/atlas/go.mod +++ b/cmd/atlas/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas/cmd/atlas -go 1.24.9 +go 1.24.11 replace ariga.io/atlas => ../.. diff --git a/go.mod b/go.mod index e5e86209d92..7d372721364 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas -go 1.24.9 +go 1.24.11 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 diff --git a/internal/integration/go.mod b/internal/integration/go.mod index d389e13762b..cb4967d269f 100644 --- a/internal/integration/go.mod +++ b/internal/integration/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas/internal/integration -go 1.24.9 +go 1.24.11 replace ariga.io/atlas => ../../