Merge pull request #4938 from MichaelEischer/bump-go-version

Bump go version to 1.21
This commit is contained in:
Michael Eischer
2024-08-10 19:57:59 +02:00
committed by GitHub
25 changed files with 175 additions and 204 deletions

View File

@@ -0,0 +1,7 @@
Change: Update dependencies and require Go 1.21 or newer
We have updated all dependencies. Since some libraries require newer Go standard
library features, support for Go 1.19 and 1.20 has been dropped, which means that
restic now requires at least Go 1.21 to build.
https://github.com/restic/restic/pull/4938