diff options
author | Steve Oliver <[email protected]> | 2023-09-25 22:10:00 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-25 22:10:00 -0700 |
commit | cc6cf3710ea857f411e2458bc4a331a663fb4705 (patch) | |
tree | 3ccd6a398b7df47e29ffa171374450f59586a48a | |
parent | bd6988d44d06361d3234a1f3e3527d9fa4ab9123 (diff) |
Update golang to 1.21.1
See https://go.googlesource.com/go/+/refs/tags/go1.21.1
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |