From 8ce0ce387f96a340f42250e9c93aa7e706e3037b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 19 Sep 2020 14:09:11 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/pull-2600 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/pull-2600 b/changelog/unreleased/pull-2600 index 5c8dc74b3..058b2ba28 100644 --- a/changelog/unreleased/pull-2600 +++ b/changelog/unreleased/pull-2600 @@ -1,7 +1,11 @@ -Change: Require Go >= 1.12 +Change: Update dependencies, require Go >= 1.13 -Restic now requires Go to be at least 1.12. This allows simplifications in the +Restic now requires Go to be at least 1.13. This allows simplifications in the build process and removing workarounds. +This is also probably the last version of restic still supporting mounting +repositories via fuse on macOS. + https://github.com/restic/restic/pull/2600 https://github.com/restic/restic/pull/2852 +https://github.com/restic/restic/pull/2927