From efa457287ed35215179a0e5f244049a88f965326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:38:51 -0400 Subject: [PATCH] Update dependency go to v1.22.6 (#52) 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 8565a48..c1d96c1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/radiusmethod/kxd go 1.22.0 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/radiusmethod/promptui v0.10.3