From bcc1b433ab290e7c19d2282d7d14249826690f1a Mon Sep 17 00:00:00 2001 From: Shoma Okamoto <32533860+shmokmt@users.noreply.github.com> Date: Fri, 14 Aug 2020 10:00:04 +0900 Subject: [PATCH] bump go version to 1.15 in docs --- .github/CONTRIBUTING.md | 2 +- docs/source.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a512f2c26..89f0031bd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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` diff --git a/docs/source.md b/docs/source.md index 0c4e3db63..5cf4c80e8 100644 --- a/docs/source.md +++ b/docs/source.md @@ -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).