test go 1.24 and drop support for 1.22

This commit is contained in:
Michael Eischer
2025-03-22 12:41:07 +01:00
parent c617364d15
commit 15e90b7a4c
5 changed files with 20 additions and 20 deletions

View File

@@ -1,9 +1,11 @@
Change: Update dependencies and require Go 1.22 or newer
Change: Update dependencies and require Go 1.23 or newer
We have updated all dependencies. Since some libraries require newer Go standard
library features, support for Go 1.19, 1.20 and 1.21 has been dropped, which means
that restic now requires at least Go 1.22 to build.
We have updated all dependencies. Since some libraries require newer Go
standard library features, support for Go 1.19, 1.20, 1.21 and 1.22 has been
dropped, which means that restic now requires at least Go 1.23 to build.
This also disables support for TLS versions older than TLS 1.2.
This also disables support for TLS versions older than TLS 1.2. On Windows,
restic now requires at least Windows 10 or Windows Server 2016. On macOS,
restic now requires at least macOS 11 Big Sur.
https://github.com/restic/restic/pull/4938