reduce the Golang version requirement

- The current Hugo Docker image is still based on Go 1.23.2.
This commit is contained in:
Drew Bowering 2025-05-09 14:35:27 -06:00
parent 0218c47f2b
commit ef6b699072
Signed by: drew
GPG Key ID: DC9462335BDDAC6B

2
go.mod
View File

@ -1,5 +1,5 @@
module git.brds.ca/drew/web module git.brds.ca/drew/web
go 1.24.2 go 1.23.2
require github.com/nunocoracao/blowfish/v2 v2.85.1 // indirect require github.com/nunocoracao/blowfish/v2 v2.85.1 // indirect