compat.yaml 910 B

1234567891011121314151617181920212223242526272829
  1. - runtime: go1.21
  2. requirements:
  3. # See https://en.wikipedia.org/wiki/MacOS_version_history#Releases
  4. #
  5. # macOS 10.15 (Catalina) per https://go.dev/doc/go1.22#darwin
  6. darwin: "19"
  7. # Per https://go.dev/doc/go1.23#linux
  8. linux: "2.6.32"
  9. # Windows 10's initial release was 10.0.10240.16405, per
  10. # https://learn.microsoft.com/en-us/windows/release-health/release-information
  11. # and Windows 11's initial release was 10.0.22000.194 per
  12. # https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information
  13. #
  14. # Windows 10/Windows Server 2016 per https://go.dev/doc/go1.21#windows
  15. windows: "10.0"
  16. - runtime: go1.22
  17. requirements:
  18. darwin: "19"
  19. linux: "2.6.32"
  20. windows: "10.0"
  21. - runtime: go1.23
  22. requirements:
  23. # macOS 11 (Big Sur) per https://tip.golang.org/doc/go1.23#darwin
  24. darwin: "20"
  25. linux: "2.6.32"
  26. windows: "10.0"