mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
10 lines
381 B
Plaintext
10 lines
381 B
Plaintext
Change: Update dependencies and require Go 1.23 or newer
|
|
|
|
We have updated all dependencies. Restic now requires Go 1.23 or newer to build.
|
|
|
|
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
|