bump go version to 1.15 in docs

This commit is contained in:
Shoma Okamoto 2020-08-14 10:00:04 +09:00
parent 06b579c976
commit bcc1b433ab
2 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ Please avoid:
## Building the project
Prerequisites:
- Go 1.14
- Go 1.15
Build with: `make` or `go build -o bin/gh ./cmd/gh`

View file

@ -1,10 +1,10 @@
# Installation from source
0. Verify that you have Go 1.13.8+ installed
0. Verify that you have Go 1.15+ installed
```sh
$ go version
go version go1.14
go version go1.15
```
If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).