mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
8 lines
300 B
Plaintext
8 lines
300 B
Plaintext
Change: Update dependencies and require Go 1.18 or newer
|
|
|
|
Most dependencies have been updated. Since some libraries require newer language
|
|
features, support for Go 1.15-1.17 has been dropped, which means that restic now
|
|
requires at least Go 1.18 to build.
|
|
|
|
https://github.com/restic/restic/pull/4041
|