From 4c34b45b2a2b2bfde1a2d83ff8a24063a4dd1fb4 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 29 Apr 2026 07:47:22 +0200 Subject: [PATCH] chore(deps): bump go directive to 1.26.2 Match toolchain version. We are the sole consumers of this module. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d6701d8..cf09113 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitea.unbound.se/unboundsoftware/pagination -go 1.24.4 +go 1.26.2 require github.com/stretchr/testify v1.11.1