diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f738eba45..d230d3d07 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.14 + - name: Set up Go 1.15 uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.15 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ca2f61ae9..4dc95a4f1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 + - name: Set up Go 1.15 uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.15 - name: Check out code uses: actions/checkout@v2 diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 1654e74df..1c3baa6e8 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.14 + - name: Set up Go 1.15 uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.15 - 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 0c4e3db63..951731f8f 100644 --- a/docs/source.md +++ b/docs/source.md @@ -1,6 +1,6 @@ # 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