Require Go 1.15 or later

The library github.com/golang-jwt/jwt/v4 requires the FillByte() method
of *big.Int, so we're raising the minimum Go version to 1.15.
This commit is contained in:
Alexander Neumann
2022-03-27 10:52:32 +02:00
parent 89d86a7933
commit 66d50b72e3
5 changed files with 11 additions and 10 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.14. Building restic may also work with older versions of Go,
Go version 1.15. 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.