From fc30372292f9ff8c3040d21deab76560840b7e01 Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Mon, 19 May 2025 17:41:02 +0200 Subject: [PATCH] bumps go to 1.24.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f1765e1..4567099 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stormforger/cli -go 1.23.4 +go 1.24.3 require ( github.com/dustin/go-humanize v1.0.1