From aad43bb89cde32d3d7da8e443b0d4837ee5bac60 Mon Sep 17 00:00:00 2001 From: "Franky W." Date: Thu, 22 Aug 2024 14:12:49 +0200 Subject: [PATCH] Bump Go from 1.22 to 1.23 [Release Notes](https://go.dev/doc/go1.23) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 334086d..94ef9b6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/frankywahl/super_hooks -go 1.22 +go 1.23 require ( github.com/spf13/cobra v1.8.1