From a98f9e480a257c0b72db103404cf5ac0ab4e147c Mon Sep 17 00:00:00 2001 From: Stephan Zeissler Date: Mon, 16 Dec 2024 11:07:29 +0100 Subject: [PATCH] chore(go.mod): Bump go version to 1.23.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e2e6607..0cc1ca9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/stormforger/cli -go 1.22.2 +go 1.23.3 require ( github.com/dustin/go-humanize v1.0.1