From ef6b699072c2ff5d66de7aeb7d7758ce5413dcab Mon Sep 17 00:00:00 2001 From: Drew Bowering Date: Fri, 9 May 2025 14:35:27 -0600 Subject: [PATCH] reduce the Golang version requirement - The current Hugo Docker image is still based on Go 1.23.2. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6d379fb..8a22f73 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module git.brds.ca/drew/web -go 1.24.2 +go 1.23.2 require github.com/nunocoracao/blowfish/v2 v2.85.1 // indirect