diff --git a/cmd/atlas/go.mod b/cmd/atlas/go.mod index 6950bce5d18..e925ba24012 100644 --- a/cmd/atlas/go.mod +++ b/cmd/atlas/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas/cmd/atlas -go 1.23.5 +go 1.23.6 replace ariga.io/atlas => ../.. diff --git a/go.mod b/go.mod index dca49a18112..2c2ce228ea6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas -go 1.22.11 +go 1.23.6 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 diff --git a/internal/integration/go.mod b/internal/integration/go.mod index 800e97d3b23..5dd9b6ad9b5 100644 --- a/internal/integration/go.mod +++ b/internal/integration/go.mod @@ -1,6 +1,6 @@ module ariga.io/atlas/internal/integration -go 1.23.5 +go 1.23.6 replace ariga.io/atlas => ../../