2020-09-19 08:09:11 -04:00
|
|
|
Change: Update dependencies, require Go >= 1.13
|
2020-02-26 14:55:12 -05:00
|
|
|
|
2020-09-19 08:09:11 -04:00
|
|
|
Restic now requires Go to be at least 1.13. This allows simplifications in the
|
2020-02-26 14:55:12 -05:00
|
|
|
build process and removing workarounds.
|
|
|
|
|
|
2020-09-19 08:09:11 -04:00
|
|
|
This is also probably the last version of restic still supporting mounting
|
2020-09-19 08:35:55 -04: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 08:09:11 -04:00
|
|
|
|
2020-02-26 14:55:12 -05:00
|
|
|
https://github.com/restic/restic/pull/2600
|
2020-07-22 17:35:10 -04:00
|
|
|
https://github.com/restic/restic/pull/2852
|
2020-09-19 08:09:11 -04:00
|
|
|
https://github.com/restic/restic/pull/2927
|
2020-09-19 08:35:55 -04:00
|
|
|
https://github.com/bazil/fuse/issues/224
|
|
|
|
|
https://github.com/osxfuse/osxfuse/issues/590
|