From a938b9202eccbfae887ca110feca92cb2943e085 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Thu, 15 Jan 2026 20:17:06 +0100 Subject: [PATCH] build: bump go 1.25.5 -> 1.25.6 https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc Unsure about the TLS issues. Let's just update to err on the safe side. Signed-off-by: Stephan Renatus --- .go-version | 2 +- internal/prometheus/prometheus_test.go | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.go-version b/.go-version index b45fe31064..198ec23ccf 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.25.5 +1.25.6 diff --git a/internal/prometheus/prometheus_test.go b/internal/prometheus/prometheus_test.go index b224c11931..aaf130c1d8 100644 --- a/internal/prometheus/prometheus_test.go +++ b/internal/prometheus/prometheus_test.go @@ -160,8 +160,9 @@ func TestJSONSerialization(t *testing.T) { "go_godebug_non_default_behavior_containermaxprocs_events_total", "go_godebug_non_default_behavior_updatemaxprocs_events_total", "go_godebug_non_default_behavior_x509sha256skid_events_total", - "go_godebug_non_default_behavior_tlssha1_events_total", // here and above, added with 1.25.1 - "go_godebug_non_default_behavior_httpcookiemaxnum_events_total", // go 1.25.2 + "go_godebug_non_default_behavior_tlssha1_events_total", // here and above, added with 1.25.1 + "go_godebug_non_default_behavior_httpcookiemaxnum_events_total", // go 1.25.2 + "go_godebug_non_default_behavior_urlmaxqueryparams_events_total", // go 1.25.6 }, "SUMMARY": { "go_gc_duration_seconds",