From bd17a826a2e49e382d830826166e3955e21cb14b Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sat, 17 Aug 2024 11:21:49 +0300 Subject: [PATCH] chore(deps): update dependencies --- go.mod | 4 ++-- go.work | 2 +- tests/go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 4718a48..6c4cabf 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/roadrunner-server/memcached/v5 -go 1.22 +go 1.23 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 diff --git a/go.work b/go.work index 3192cbf..71ea53e 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.5 +go 1.23.0 use ( . diff --git a/tests/go.mod b/tests/go.mod index 8e7fc9c..238e64a 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module tests -go 1.22.5 +go 1.23.0 require ( github.com/roadrunner-server/api/v4 v4.16.0