Skip to content

Commit 33673d6

Browse files
committed
fix: set go 1.24.0 minimum with toolchain 1.25.5
1 parent 41f3f5c commit 33673d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/kjanat/articulate-parser
22

3-
go 1.25.5
3+
go 1.24.0
4+
5+
toolchain go1.25.5
46

57
require (
68
github.com/fumiama/go-docx v0.0.0-20250506085032-0c30fd09304b

0 commit comments

Comments
 (0)