Merge pull request #338 from MichaelEischer/bump-go1.23

Bump minimum Go version to 1.23
This commit is contained in:
Michael Eischer
2025-04-14 21:13:59 +02:00
committed by GitHub
5 changed files with 30 additions and 16 deletions

View File

@@ -1,9 +1,10 @@
Change: Update dependencies and require Go 1.22 or newer
Change: Update dependencies and require Go 1.23 or newer
We have updated all dependencies. Since some libraries require newer Go standard
library features, support for Go 1.18 to 1.21 has been dropped, which means
that rest-server now requires at least Go 1.22 to build.
We have updated all dependencies. Rest-server now requires Go 1.23 or newer to build.
This also disables support for TLS versions older than TLS 1.2.
This also disables support for TLS versions older than TLS 1.2. On Windows,
rest-server now requires at least Windows 10 or Windows Server 2016. On macOS,
rest-server now requires at least macOS 11 Big Sur.
https://github.com/restic/rest-server/pull/322
https://github.com/restic/rest-server/pull/338