From d1a1f774699c7cb5155a1f9844903512ca2056eb Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 5 Feb 2024 20:51:24 +0000 Subject: [PATCH] Update go version Remove patch level to avoid "invalid go version '1.21.6': must match format 1.23" error Signed-off-by: James Taylor --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 1c9ff5a..a051ecb 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module github.com/jt-nti/presentations -go 1.21.6 - -require github.com/dzello/reveal-hugo v0.0.0-20231220085453-34a810ef52ed // indirect +go 1.21