update the minimum required go version to 1.18

This commit is contained in:
Michael Eischer
2022-11-26 11:51:56 +01:00
parent 69a2e81bd3
commit 686b0b2a3e
7 changed files with 52 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
Change: Update dependencies and require Go 1.18 or newer
We've updated most dependencies. Since some libraries require newer language
features we're dropping support for Go 1.15 - 1.17, which means that restic now
requires at least Go 1.18 to build.
https://github.com/restic/restic/pull/4041