From 644fa75ca6eaee16daf626cffa6dcecac67d54fe Mon Sep 17 00:00:00 2001 From: bitterpanda Date: Tue, 24 Feb 2026 17:40:27 +0100 Subject: [PATCH] Update go to v1.26.0 --- lib/agent/go.mod | 2 +- lib/request-processor/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/agent/go.mod b/lib/agent/go.mod index 80bbd6bd..f73fe662 100644 --- a/lib/agent/go.mod +++ b/lib/agent/go.mod @@ -1,6 +1,6 @@ module main -go 1.25.6 +go 1.26.0 require ( github.com/stretchr/testify v1.9.0 diff --git a/lib/request-processor/go.mod b/lib/request-processor/go.mod index 6dc7c9c0..66f3f07a 100644 --- a/lib/request-processor/go.mod +++ b/lib/request-processor/go.mod @@ -1,6 +1,6 @@ module main -go 1.25.6 +go 1.26.0 require ( github.com/stretchr/testify v1.11.1