Skip to content

Commit 8c3105f

Browse files
committed
fix: actually commit go.mod change to Go 1.23
Previous commit only included workflow files, not go.mod. This commit fixes go.mod to require Go 1.23 which is compatible with the 'stable' version in CI workflows.
1 parent 4662938 commit 8c3105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/askdba/mysql-mcp-server
22

3-
go 1.24.0
3+
go 1.23
44

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

0 commit comments

Comments
 (0)