浏览代码

build: compat entry for Go 1.25

Jakob Borg 4 月之前
父节点
当前提交
20257faf54
共有 1 个文件被更改,包括 7 次插入0 次删除
  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"