summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-02-08 08:34:56 +0100
committerValery Piashchynski <[email protected]>2024-02-08 08:34:56 +0100
commitc0926a37ee6bd232e9617e7bb5d2c0082f4fe9b6 (patch)
tree7f19407e120f755864dbd4ec56b38b78ae4a7dae /go.mod
parent2b34c0ebe64011c5d45feb66bf2e0b4efb8f9147 (diff)
chore: Golang v1.22.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 508b1432..6dcbb538 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module github.com/roadrunner-server/roadrunner/v2023
-go 1.21
+go 1.22
-toolchain go1.21.5
+toolchain go1.22.0
require (
github.com/buger/goterm v1.0.4