restic/changelog/unreleased/pull-2600

7 lines
191 B
Plaintext
Raw Normal View History

2020-02-26 20:55:12 +01:00
Change: Require Go >= 1.11
Restic now requires Go to be at least 1.11. This allows simplifications in the
build process and removing workarounds.
https://github.com/restic/restic/pull/2600