Skip to content

Commit e2fbc04

Browse files
fredbiclaude
andauthored
chore: bump go directive to 1.25.0 (#410)
Update all go.mod (and go.work where applicable) to require go 1.25.0. Signed-off-by: Frederic BIDON <fredbi@yahoo.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 07546bb commit e2fbc04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client-middleware/opentracing/go.mod

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

4343
replace github.com/go-openapi/runtime => ../..
4444

45-
go 1.24.0
45+
go 1.25.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ require (
4242
golang.org/x/text v0.34.0 // indirect
4343
)
4444

45-
go 1.24.0
45+
go 1.25.0

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ use (
33
./client-middleware/opentracing
44
)
55

6-
go 1.24.0
6+
go 1.25.0

0 commit comments

Comments
 (0)