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

@@ -76,7 +76,7 @@ Then use the `go` tool to build restic:
$ go build ./cmd/restic
$ ./restic version
restic 0.10.0-dev (compiled manually) compiled with go1.15.2 on linux/amd64
restic 0.14.0-dev (compiled manually) compiled with go1.19 on linux/amd64
You can run all tests with the following command: