doc: update minimum required Go version

This commit is contained in:
Michael Eischer 2023-10-23 19:02:20 +02:00
parent 85c15e6fa3
commit 85abceb99c
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ From Source
***********
restic is written in the Go programming language and you need at least
Go version 1.18. Building for Solaris requires at least Go version 1.20.
Go version 1.19. Building for Solaris requires at least Go version 1.20.
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