diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 06d3837b9..a512f2c26 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,7 +23,7 @@ Please avoid: ## Building the project Prerequisites: -- Go 1.13 +- Go 1.14 Build with: `make` or `go build -o bin/gh ./cmd/gh` diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6dcbc365e..4a3caead1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,10 +9,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Set up Go 1.13 + - name: Set up Go 1.14 uses: actions/setup-go@v2-beta with: - go-version: 1.13 + go-version: 1.14 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 144061c9f..38ee2168a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.14 uses: actions/setup-go@v2-beta with: - go-version: 1.13 + go-version: 1.14 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 9995a483e..73974448c 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -11,10 +11,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Set up Go 1.13 + - name: Set up Go 1.14 uses: actions/setup-go@v2-beta with: - go-version: 1.13 + go-version: 1.14 - name: Generate changelog run: | echo ::set-env name=GORELEASER_CURRENT_TAG::${GITHUB_REF#refs/tags/} diff --git a/docs/source.md b/docs/source.md index 75d1e1c5a..7df8bfe60 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,9 +1,9 @@ # Installation from source -0. Verify that you have Go 1.13+ installed +0. Verify that you have Go 1.14+ installed ``` $ go version -go version go1.13.7 +go version go1.14 ``` 1. Clone cli into `~/.githubcli`