open-policy-agent / opa

Open Policy Agent (OPA) is an open source, general-purpose policy engine.
https://www.openpolicyagent.org
Apache License 2.0
9.32k stars 1.29k forks source link

build(go): bump 1.22.4 -> 1.22.5 #6845

Closed srenatus closed 1 day ago

srenatus commented 2 days ago

https://groups.google.com/g/golang-announce/c/gyb7aM1C9H4

philipaconrad commented 2 days ago

Looks like TestJSONSerialization is failing for some reason? I suspect it's either a flakeout, or a recent change in metrics.

ashutosh-narkar commented 2 days ago

Looks like TestJSONSerialization is failing for some reason? I suspect it's either a flakeout, or a recent change in metrics.

The error is

 unexpected metric: go_godebug_non_default_behavior_netedns0_events_total (type: map[help:The number of non-default behaviors executed by the net package due to a non-default GODEBUG=netedns0=... setting. metric:[map[counter:map[createdTimestamp:2024-07-03T12:35:36.577502840Z value:0]]] name:go_godebug_non_default_behavior_netedns0_events_total type:COUNTER])

Could this be a new metric?

srenatus commented 1 day ago

In a patch release 😬 I'll fix this.