update the minimum required go version to 1.18

This commit is contained in:
Michael Eischer
2022-11-26 11:51:56 +01:00
parent 69a2e81bd3
commit 686b0b2a3e
7 changed files with 52 additions and 47 deletions

View File

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