From b60914c7986a1097d4296ae89a1e4c86a9f3b0b9 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Wed, 24 Apr 2024 16:18:01 +0200 Subject: [PATCH] Bump Go to 1.22.2 (#437) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84ceea8..3ab76bc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stormforger/cli -go 1.21.5 +go 1.22.2 require ( github.com/dustin/go-humanize v1.0.1