forked from TrueCloudLab/restic
Update versions in contribution documentation
Reflects3c44598
and429f97b
.
This commit is contained in:
parent
429f97b887
commit
ce62d3d689
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Development Environment
|
||||||
The repository contains the code written for restic in the directories
|
The repository contains the code written for restic in the directories
|
||||||
`cmd/` and `internal/`.
|
`cmd/` and `internal/`.
|
||||||
|
|
||||||
Restic requires Go version 1.12 or later for compiling. Clone the repo (without
|
Restic requires Go version 1.13 or later for compiling. Clone the repo (without
|
||||||
having `$GOPATH` set) and `cd` into the directory:
|
having `$GOPATH` set) and `cd` into the directory:
|
||||||
|
|
||||||
$ unset GOPATH
|
$ unset GOPATH
|
||||||
|
@ -74,7 +74,7 @@ Then use the `go` tool to build restic:
|
||||||
|
|
||||||
$ go build ./cmd/restic
|
$ go build ./cmd/restic
|
||||||
$ ./restic version
|
$ ./restic version
|
||||||
restic 0.9.6-dev (compiled manually) compiled with go1.14 on linux/amd64
|
restic 0.10.0-dev (compiled manually) compiled with go1.15.2 on linux/amd64
|
||||||
|
|
||||||
You can run all tests with the following command:
|
You can run all tests with the following command:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue