summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-09-26 10:09:58 +0200
committerGitHub <[email protected]>2023-09-26 10:09:58 +0200
commit6b9b6841c500e53552fa1e84e531b69b4e23ff56 (patch)
tree3ccd6a398b7df47e29ffa171374450f59586a48a
parentbd6988d44d06361d3234a1f3e3527d9fa4ab9123 (diff)
parentcc6cf3710ea857f411e2458bc4a331a663fb4705 (diff)
[#1739]: [go.mod]: update Golang toolchain to 1.21.1
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4b1f634f..5ae519e5 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/roadrunner-server/roadrunner/v2023
go 1.21
-toolchain go1.21.0
+toolchain go1.21.1
require (
github.com/buger/goterm v1.0.4