bump minimum go version to 1.22

This commit is contained in:
Michael Eischer
2025-02-02 15:05:47 +01:00
parent 536ebefff4
commit d71ddfb89b
5 changed files with 9 additions and 12 deletions

View File

@@ -284,7 +284,7 @@ From Source
***********
restic is written in the Go programming language and you need at least
Go version 1.21. Building restic may also work with older versions of Go,
Go version 1.22. Building restic may also work with older versions of Go,
but that's not supported. See the `Getting
started <https://go.dev/doc/install>`__ guide of the Go project for
instructions how to install Go.