Skip to content

Commit

Permalink
all: update go version (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav authored Feb 11, 2025
1 parent 78a3dfd commit 470adb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/atlas/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ariga.io/atlas/cmd/atlas

go 1.23.5
go 1.23.6

replace ariga.io/atlas => ../..

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ariga.io/atlas/internal/integration

go 1.23.5
go 1.23.6

replace ariga.io/atlas => ../../

Expand Down

0 comments on commit 470adb8

Please sign in to comment.