build: compat entry for Go 1.25

This commit is contained in:
Jakob Borg
2025-06-11 22:39:59 +02:00
parent c14abebd68
commit 20257faf54

View File

@@ -32,3 +32,10 @@
darwin: "20" darwin: "20"
linux: "3.2" linux: "3.2"
windows: "10.0" 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"