Merge pull request #2852 from MichaelEischer/drop-go-1.11

Drop support for Go version 1.11
This commit is contained in:
rawtaz
2020-07-25 01:17:36 +02:00
committed by GitHub
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