Browse Source

build: update compat.yaml for Go 1.24 (rc1) (fixes #9870)

Jakob Borg 1 year ago
parent
commit
163dc122f3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      compat.yaml

+ 6 - 0
compat.yaml

@@ -26,3 +26,9 @@
     darwin: "20"
     linux: "2.6.32"
     windows: "10.0"
+
+- runtime: go1.24
+  requirements:
+    darwin: "20"
+    linux: "3.2"
+    windows: "10.0"