Reduce go mod version compatibility to 1.23

This commit is contained in:
2025-05-20 22:01:37 +02:00
parent 2730496b35
commit eae48cf9ae

2
go.mod
View File

@ -1,6 +1,6 @@
module git.omicron.one/playground/cryptography
go 1.24.2
go 1.23.0
require (
github.com/stretchr/testify v1.10.0