mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
add changelog and update readme
This commit is contained in:
parent
fa795cc66a
commit
40e2a8b1e4
2 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,7 @@ Rest Server is a high performance HTTP server that implements restic's [REST bac
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Rest Server requires Go 1.15 or higher to build. The only tested compiler is the official Go compiler. Building server with `gccgo` may work, but is not supported.
|
Rest Server requires Go 1.17 or higher to build. The only tested compiler is the official Go compiler. Building server with `gccgo` may work, but is not supported.
|
||||||
|
|
||||||
The required version of restic backup client to use with `rest-server` is [v0.7.1](https://github.com/restic/restic/releases/tag/v0.7.1) or higher.
|
The required version of restic backup client to use with `rest-server` is [v0.7.1](https://github.com/restic/restic/releases/tag/v0.7.1) or higher.
|
||||||
|
|
||||||
|
|
7
changelog/unreleased/pull-208
Normal file
7
changelog/unreleased/pull-208
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Change: Update dependencies and require Go 1.17 or newer
|
||||||
|
|
||||||
|
Most dependencies have been updated. Since some libraries require newer language
|
||||||
|
features, support for Go 1.15-1.16 has been dropped, which means that rest-server now
|
||||||
|
requires at least Go 1.17 to build.
|
||||||
|
|
||||||
|
https://github.com/restic/rest-server/pull/208
|
Loading…
Add table
Add a link
Reference in a new issue