2020-09-19 12:09:11 +00:00
|
|
|
Change: Update dependencies, require Go >= 1.13
|
2020-02-26 19:55:12 +00:00
|
|
|
|
2020-09-19 12:09:11 +00:00
|
|
|
Restic now requires Go to be at least 1.13. This allows simplifications in the
|
2020-02-26 19:55:12 +00:00
|
|
|
build process and removing workarounds.
|
|
|
|
|
2020-09-19 12:09:11 +00:00
|
|
|
This is also probably the last version of restic still supporting mounting
|
2020-09-19 12:35:55 +00:00
|
|
|
repositories via fuse on macOS. The library we're using for fuse does not
|
|
|
|
support macOS any more and osxfuse is not open source any more.
|
2020-09-19 12:09:11 +00:00
|
|
|
|
2020-02-26 19:55:12 +00:00
|
|
|
https://github.com/restic/restic/pull/2600
|
2020-07-22 21:35:10 +00:00
|
|
|
https://github.com/restic/restic/pull/2852
|
2020-09-19 12:09:11 +00:00
|
|
|
https://github.com/restic/restic/pull/2927
|
2020-09-19 12:35:55 +00:00
|
|
|
https://github.com/bazil/fuse/issues/224
|
|
|
|
https://github.com/osxfuse/osxfuse/issues/590
|