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 => ../../