bump go version to 1.15 in docs
This commit is contained in:
parent
06b579c976
commit
bcc1b433ab
2 changed files with 3 additions and 3 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue