Skip to content

Commit cba44cd

Browse files
committed
feat: update go version gt 1.23.x
1 parent 1bd14f8 commit cba44cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/maogou/period
22

3-
go 1.24
3+
go 1.23
44

55
require github.com/stretchr/testify v1.11.1
66

77
require (
88
github.com/davecgh/go-spew v1.1.1 // indirect
99
github.com/pmezard/go-difflib v1.0.0 // indirect
1010
gopkg.in/yaml.v3 v3.0.1 // indirect
11-
)
11+
)

0 commit comments

Comments
 (0)