From b061cbae00b4c4b2bfcdcce279a4d97da82f735f Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 7 Sep 2023 13:27:11 -0500 Subject: [PATCH] Update to go 1.20 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6f24dba..e2f3dcb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.bullercodeworks.com/brian/gime -go 1.18 +go 1.20 replace git.bullercodeworks.com/brian/go-timertxt => /home/brbuller/Development/go/src/git.bullercodeworks.com/brian/go-timertxt