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

@@ -11,7 +11,7 @@ Rest Server is a high performance HTTP server that implements restic's [REST bac
## Requirements
Rest Server requires Go 1.22 or higher to build. The only tested compiler is the official Go compiler.
Rest Server requires Go 1.23 or higher to build. The only tested compiler is the official Go compiler.
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.