We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365e4f0 commit e0c0059Copy full SHA for e0c0059
examples/sample_1/go.mod
@@ -1,8 +1,8 @@
1
module samples
2
3
-go 1.23
+go 1.24
4
5
-toolchain go1.23.0
+toolchain go1.24.0
6
7
require (
8
github.com/NYTimes/gziphandler v1.1.1
go.mod
module github.com/roadrunner-server/endure/v2
-toolchain go1.23.4
github.com/fatih/color v1.18.0
go.work
@@ -1,4 +1,6 @@
-go 1.23.0
+
use (
.
tests/go.mod
module github.com/roadrunner-server/endure/v2/tests
replace github.com/roadrunner-server/endure/v2 => ../
0 commit comments