From 96530271133f385c225f4d17005f5acbe8ec485b Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Thu, 4 Jan 2024 11:05:15 +0100 Subject: [PATCH] bumps Go to 1.21.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b5c1b53..f0e7f8f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stormforger/cli -go 1.21.3 +go 1.21.5 require ( github.com/dustin/go-humanize v1.0.1