2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-09 04:12:25 +00:00
restic/changelog/0.16.1_2023-10-24/pull-4532

9 lines
346 B
Plaintext
Raw Normal View History

2023-10-22 20:37:39 +00:00
Change: Update dependencies and require Go 1.19 or newer
2023-10-22 18:31:02 +00:00
2023-10-22 20:37:39 +00:00
We have updated all dependencies. Since some libraries require newer Go
standard library features, support for Go 1.18 has been dropped, which means
that restic now requires at least Go 1.19 to build.
2023-10-22 18:31:02 +00:00
https://github.com/restic/restic/pull/4532
2023-10-22 20:37:39 +00:00
https://github.com/restic/restic/pull/4533