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 <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2026-01-15 20:17:06 +01:00
committed by Stephan Renatus
parent 6a1376875a
commit a938b9202e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
1.25.5
1.25.6
+3 -2
View File
@@ -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",