From 2234123f59fda834f907c5230e9286b39bca99182c1f18c03bbc8a5481579fb0 Mon Sep 17 00:00:00 2001 From: Lixen Wraith Date: Mon, 8 Sep 2025 04:53:52 -0400 Subject: [PATCH] e3.1.1 Go 1.25 bump. --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f9ea05c..815f24f 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ module github.com/lixenwraith/log -go 1.24.5 +go 1.25.1 require ( github.com/davecgh/go-spew v1.1.1 github.com/stretchr/testify v1.10.0 - ) require (