From 68c6539da99afb05d8808df9cbd10db155ee26c5 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 5 Dec 2024 09:20:28 -0600 Subject: [PATCH] Update go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1d1c549..c023ef9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.bullercodeworks.com/brian/adventofcode -go 1.20 +go 1.23 require ( github.com/br0xen/termbox-screen v0.0.0-20190712162752-c91f70ac38c6