Skip to content

Commit f5d871f

Browse files
all: bump Go version to 1.24.13 (ariga#3677)
1 parent 2a5b118 commit f5d871f

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.11
3+
go 1.24.13
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.11
3+
go 1.24.13
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.11
3+
go 1.24.13
44

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

0 commit comments

Comments
 (0)