diff options
author | Valery Piashchynski <[email protected]> | 2024-02-08 08:34:56 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-02-08 08:34:56 +0100 |
commit | c0926a37ee6bd232e9617e7bb5d2c0082f4fe9b6 (patch) | |
tree | 7f19407e120f755864dbd4ec56b38b78ae4a7dae /go.mod | |
parent | 2b34c0ebe64011c5d45feb66bf2e0b4efb8f9147 (diff) |
chore: Golang v1.22.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |