Browse Source

build: compat entry for Go 1.25

Jakob Borg 4 months ago
parent
commit
20257faf54
1 changed files with 7 additions and 0 deletions
  1. 7 0
      compat.yaml

+ 7 - 0
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"