summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-08-10 23:25:10 +0200
committerValery Piashchynski <[email protected]>2023-08-10 23:25:10 +0200
commit43029d3ef8aef2d145d2c9b2cfbfb695c829c31c (patch)
tree723a75876511178e8b0e53cb2387362253ed61d8
parent374f8c9059e07f8c3c73122bfeff80d1e9bc06f4 (diff)
chore: update go.mod (toolchain)
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b781abef..88f4f290 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,8 @@ module github.com/roadrunner-server/roadrunner/v2023
go 1.21
+toolchain go1.21.0
+
require (
github.com/buger/goterm v1.0.4
github.com/dustin/go-humanize v1.0.1