From e8b2a0d35d3c8ff8f4722c5e77b927494aa8eac6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:21:27 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.22.2 (#447) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 88934505..0b05fe06 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/fclairamb/ftpserverlib go 1.21 -toolchain go1.22.1 +toolchain go1.22.2 require ( github.com/fclairamb/go-log v0.5.0