-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
We have been building our extended release binaries with a rather old Debian version (buster, Debian 10). What's been holding us back the longest is Vercel, that has been using Amazon Linux 2, that got its EOL extended to June 2025. That date is now passed, and I have found some online confirmation that they're now running Amazon Linux 23.
Also related, for Go 1.25, macOS 12 Monterey is the lowest MacOS version supported, to the MacOSX SDK had to be upgraded to 12.3.
I have done a test build and successfully built a Hugo site on Amazon Linux 23, but I will hold on releasing this until Monday, just in case, so I don't get my weekend ruined ...
docker run --rm -v "$PWD":/aws -w /aws -i -t amazonlinux:2023 /bin/bash
/cc @jmooring