From 897175c46dd959535f53810d538ce1d26331a022 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:56:23 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 39b9d18..d851f94 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/k0swe/qrz-api go 1.25.0 -toolchain go1.26.4 +toolchain go1.26.5 require ( github.com/antihax/optional v1.0.0