Skip to content

Commit 5700b9e

Browse files
fredbiclaude
andauthored
chore: bump go directive to 1.25.0 (#81)
Update all go.mod (and go.work where applicable) to require go 1.25.0. Signed-off-by: Frederic BIDON <[email protected]> Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent a4052a6 commit 5700b9e

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

codegen/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/go-openapi/testify/codegen/v2
22

3-
go 1.24.0
4-
5-
toolchain go1.25.0
3+
go 1.25.0
64

75
require (
86
golang.org/x/text v0.34.0

enable/colors/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ require golang.org/x/sys v0.41.0 // indirect
99

1010
replace github.com/go-openapi/testify/v2 => ../..
1111

12-
go 1.24.0
12+
go 1.25.0

enable/yaml/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/testify/v2 => ../..
99

10-
go 1.24.0
10+
go 1.25.0

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/testify/v2
22

33
retract v2.0.0
44

5-
go 1.24.0
5+
go 1.25.0

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use (
77
./internal/testintegration
88
)
99

10-
go 1.24.0
10+
go 1.25.0

hack/migrate-testify/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-openapi/testify/hack/migrate-testify/v2
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
golang.org/x/mod v0.33.0

internal/testintegration/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-openapi/testify/v2/internal/testintegration/v2
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/go-openapi/testify/enable/colors/v2 v2.4.0

0 commit comments

Comments
 (0)