We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b579c commit bcc1b43Copy full SHA for bcc1b43
.github/CONTRIBUTING.md
@@ -23,7 +23,7 @@ Please avoid:
23
## Building the project
24
25
Prerequisites:
26
-- Go 1.14
+- Go 1.15
27
28
Build with: `make` or `go build -o bin/gh ./cmd/gh`
29
docs/source.md
@@ -1,10 +1,10 @@
1
# Installation from source
2
3
-0. Verify that you have Go 1.13.8+ installed
+0. Verify that you have Go 1.15+ installed
4
5
```sh
6
$ go version
7
- go version go1.14
+ go version go1.15
8
```
9
10
If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).
0 commit comments