Skip to content

Commit e0c0059

Browse files
committed
chore(deps): update dependencies
1 parent 365e4f0 commit e0c0059

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

examples/sample_1/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module samples
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.0
5+
toolchain go1.24.0
66

77
require (
88
github.com/NYTimes/gziphandler v1.1.1

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/roadrunner-server/endure/v2
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.4
5+
toolchain go1.24.0
66

77
require (
88
github.com/fatih/color v1.18.0

go.work

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
go 1.23.0
1+
go 1.24
2+
3+
toolchain go1.24.0
24

35
use (
46
.

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/roadrunner-server/endure/v2/tests
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.4
5+
toolchain go1.24.0
66

77
replace github.com/roadrunner-server/endure/v2 => ../
88

0 commit comments

Comments
 (0)