From b98fa5321fa608b9df2f620d9f8f445c96ad1e6a Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 20 Nov 2025 22:33:41 +0100 Subject: [PATCH] updated go.mod --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index 4712a90..fdf52ae 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/bbernhard/imagemonkey-core-tests -go 1.23.7 +go 1.24.6 require ( github.com/bbernhard/imagemonkey-core v0.10.8