Skip to content

Commit 0a3096b

Browse files
Fix invalid Go version format in go.mod (1.23.0 → 1.23)
1 parent 67a517e commit 0a3096b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rubenv/sql-migrate
22

3-
go 1.23.0
3+
go 1.23
44

55
require (
66
github.com/denisenkom/go-mssqldb v0.9.0

0 commit comments

Comments
 (0)