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 7a4e912 commit eac40b1Copy full SHA for eac40b1
examples/sample_1/go.mod
@@ -1,8 +1,6 @@
1
module samples
2
3
-go 1.24
4
-
5
-toolchain go1.24.0
+go 1.25
6
7
require (
8
github.com/NYTimes/gziphandler v1.1.1
go.mod
@@ -1,8 +1,8 @@
module github.com/roadrunner-server/endure/v2
+toolchain go1.25.0
github.com/fatih/color v1.18.0
go.work
@@ -1,6 +1,4 @@
use (
.
tests/go.mod
module github.com/roadrunner-server/endure/v2/tests
replace github.com/roadrunner-server/endure/v2 => ../
0 commit comments