Skip to content

Commit 2c3be22

Browse files
authored
all: bump Go version to 1.24.9 (ariga#3613)
1 parent 37e76e6 commit 2c3be22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/atlas/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ariga.io/atlas/cmd/atlas
22

3-
go 1.24.6
3+
go 1.24.9
44

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ariga.io/atlas
22

3-
go 1.24.6
3+
go 1.24.9
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0

internal/integration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ariga.io/atlas/internal/integration
22

3-
go 1.24.6
3+
go 1.24.9
44

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

0 commit comments

Comments
 (0)