2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 22:19:02 +00:00
restic/changelog/unreleased/pull-2600
2020-07-24 18:52:39 +02:00

8 lines
234 B
Plaintext

Change: Require Go >= 1.12
Restic now requires Go to be at least 1.12. This allows simplifications in the
build process and removing workarounds.
https://github.com/restic/restic/pull/2600
https://github.com/restic/restic/pull/2852