Skip to content

Commit a62ba56

Browse files
fredbiclaude
andcommitted
chore: bump go directive to 1.25.0
Update all go.mod (and go.work where applicable) to require go 1.25.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 544d0de commit a62ba56

18 files changed

Lines changed: 19 additions & 19 deletions

File tree

cmdutils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-openapi/swag/cmdutils
22

3-
go 1.24.0
3+
go 1.25.0

conv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ require (
77

88
replace github.com/go-openapi/swag/typeutils => ../typeutils
99

10-
go 1.24.0
10+
go 1.25.0

fileutils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/go-openapi/swag/fileutils
22

33
require github.com/go-openapi/testify/v2 v2.4.1
44

5-
go 1.24.0
5+
go 1.25.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ replace (
3434
github.com/go-openapi/swag/yamlutils => ./yamlutils
3535
)
3636

37-
go 1.24.0
37+
go 1.25.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0 h1:7SgOMTvJkM8yWrQlU8Jm18VeDPuAvB/xWrdxFJkoFag=
2-
github.com/go-openapi/testify/enable/yaml/v2 v2.4.0/go.mod h1:14iV8jyyQlinc9StD7w1xVPW3CO3q1Gj04Jy//Kw4VM=
1+
github.com/go-openapi/testify/enable/yaml/v2 v2.4.1 h1:NZOrZmIb6PTv5LTFxr5/mKV/FjbUzGE7E6gLz7vFoOQ=
2+
github.com/go-openapi/testify/enable/yaml/v2 v2.4.1/go.mod h1:r7dwsujEHawapMsxA69i+XMGZrQ5tRauhLAjV/sxg3Q=
33
github.com/go-openapi/testify/v2 v2.4.1 h1:zB34HDKj4tHwyUQHrUkpV0Q0iXQ6dUCOQtIqn8hE6Iw=
44
github.com/go-openapi/testify/v2 v2.4.1/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
55
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ use (
1717
./yamlutils
1818
)
1919

20-
go 1.24.0
20+
go 1.25.0

jsonname/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/go-openapi/swag/jsonname
22

33
require github.com/go-openapi/testify/v2 v2.4.1
44

5-
go 1.24.0
5+
go 1.25.0

jsonutils/adapters/easyjson/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ replace (
2222
github.com/go-openapi/swag/typeutils => ../../../typeutils
2323
)
2424

25-
go 1.24.0
25+
go 1.25.0

jsonutils/adapters/testintegration/benchmarks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ replace (
2424
github.com/go-openapi/swag/typeutils => ../../../../typeutils
2525
)
2626

27-
go 1.24.0
27+
go 1.25.0

jsonutils/adapters/testintegration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ replace (
2424
github.com/go-openapi/swag/typeutils => ../../../typeutils
2525
)
2626

27-
go 1.24.0
27+
go 1.25.0

0 commit comments

Comments
 (0)