restic/changelog/unreleased/pull-4532

7 lines
233 B
Text
Raw Normal View History

2023-10-22 18:31:02 +00:00
Change: Require Go 1.19 or newer
Since some libraries require newer library features, support for Go 1.18 has
been dropped, which means that restic now requires at least Go 1.19 to build.
https://github.com/restic/restic/pull/4532