X Tutup
Skip to content

Commit bcc1b43

Browse files
committed
bump go version to 1.15 in docs
1 parent 06b579c commit bcc1b43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Please avoid:
2323
## Building the project
2424

2525
Prerequisites:
26-
- Go 1.14
26+
- Go 1.15
2727

2828
Build with: `make` or `go build -o bin/gh ./cmd/gh`
2929

docs/source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Installation from source
22

3-
0. Verify that you have Go 1.13.8+ installed
3+
0. Verify that you have Go 1.15+ installed
44

55
```sh
66
$ go version
7-
go version go1.14
7+
go version go1.15
88
```
99

1010
If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).

0 commit comments

Comments
 (0)
X Tutup