Drop support for Go version 1.11

This commit is contained in:
Michael Eischer
2020-07-22 23:35:10 +02:00
parent 82c908871d
commit 7c23381a2b
8 changed files with 14 additions and 71 deletions

View File

@@ -1,6 +1,7 @@
Change: Require Go >= 1.11
Change: Require Go >= 1.12
Restic now requires Go to be at least 1.11. This allows simplifications in the
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