require go 1.18

This commit is contained in:
Michael Eischer
2024-01-06 22:11:49 +01:00
parent c615b9dbdd
commit 04418c721f
5 changed files with 11 additions and 522 deletions

View File

@@ -0,0 +1,7 @@
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.17 has been dropped, which means that rest-server
now requires at least Go 1.18 to build.
https://github.com/restic/rest-server/pull/267