2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/changelog/unreleased/pull-2600

8 lines
234 B
Plaintext
Raw Normal View History

2020-07-22 21:35:10 +00:00
Change: Require Go >= 1.12
2020-02-26 19:55:12 +00:00
2020-07-22 21:35:10 +00:00
Restic now requires Go to be at least 1.12. This allows simplifications in the
2020-02-26 19:55:12 +00:00
build process and removing workarounds.
https://github.com/restic/restic/pull/2600
2020-07-22 21:35:10 +00:00
https://github.com/restic/restic/pull/2852