aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-02-18 14:06:53 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2025-02-18 14:06:53 -0800
commitcd36c3e2aadd71fecdb04eba0ddf1e9bd7a1ca4f (patch)
tree4a4a38cb18d43808112620a88bc469c7ccc81cd6 /README.md
parent6fc5e736a9225b7cac250833cdd8fd64446fb740 (diff)
parentf053e334865c5ec402c75d55bdf09b745342080d (diff)
downloadrest-server-master.tar.gz
rest-server-master.tar.zst
rest-server-master.zip
Merge remote-tracking branch 'upstream/master'HEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4fa296..6a5ba1a 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Rest Server is a high performance HTTP server that implements restic's [REST bac
## Requirements
-Rest Server requires Go 1.18 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.22 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.