From 20257faf5425113248e8fd77cbffb72e3f6dcce3 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 11 Jun 2025 22:39:59 +0200 Subject: [PATCH] build: compat entry for Go 1.25 --- compat.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compat.yaml b/compat.yaml index e7db54a37..28e4810ae 100644 --- a/compat.yaml +++ b/compat.yaml @@ -32,3 +32,10 @@ darwin: "20" linux: "3.2" windows: "10.0" + +- runtime: go1.25 + requirements: + # macOS 12 (Monterey) per https://tip.golang.org/doc/go1.25#darwin + darwin: "21" + linux: "3.2" + windows: "10.0"