-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82c5a31
commit a0110bb
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Change: Update dependencies and require Go 1.22 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. | ||
|
||
This also disables support for TLS versions older than TLS 1.2. | ||
|
||
https://github.com/restic/rest-server/pull/322 |