1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-26 09:47:49 +00:00
restic/changelog/unreleased/pull-2600
2020-07-24 18:52:39 +02:00

7 lines
234 B
Text

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