From 633ffd020939eb3eccca9503dd7324cc0322dd64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:57:52 -0800 Subject: [PATCH] build(deps): update dependency go to v1.21.5 (#252) 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 b5d6bc2..8dc68b0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module how -go 1.21.1 +go 1.21.5 require ( github.com/spf13/cobra v1.8.0